kopia lustrzana https://github.com/linuxserver/docker-documentation
Move ssl.conf include to default.conf
rodzic
9a76133ce9
commit
10f1de8df0
|
@ -494,6 +494,8 @@ server {
|
||||||
|
|
||||||
server_name myfirstsubdomain.linuxserver-test.com; # PUT YOUR DOMAIN HERE
|
server_name myfirstsubdomain.linuxserver-test.com; # PUT YOUR DOMAIN HERE
|
||||||
|
|
||||||
|
include /config/nginx/ssl.conf;
|
||||||
|
|
||||||
root /config/sites/myfirstsubdomain.linuxserver-test.com/www; # CREATE THIS DIRECTORY STRUCTURE AND PUT WORDPRESS FILES HERE
|
root /config/sites/myfirstsubdomain.linuxserver-test.com/www; # CREATE THIS DIRECTORY STRUCTURE AND PUT WORDPRESS FILES HERE
|
||||||
index index.html index.htm index.php;
|
index index.html index.htm index.php;
|
||||||
|
|
||||||
|
@ -524,6 +526,8 @@ server {
|
||||||
|
|
||||||
server_name mysecondsubdomain.linuxserver-test.com; # PUT YOUR DOMAIN HERE
|
server_name mysecondsubdomain.linuxserver-test.com; # PUT YOUR DOMAIN HERE
|
||||||
|
|
||||||
|
include /config/nginx/ssl.conf;
|
||||||
|
|
||||||
root /config/sites/mysecondsubdomain.linuxserver-test.com/www; # CREATE THIS DIRECTORY STRUCTURE AND PUT WORDPRESS FILES HERE
|
root /config/sites/mysecondsubdomain.linuxserver-test.com/www; # CREATE THIS DIRECTORY STRUCTURE AND PUT WORDPRESS FILES HERE
|
||||||
index index.html index.htm index.php;
|
index index.html index.htm index.php;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue