kopia lustrzana https://github.com/linuxserver/docker-documentation
Merge pull request #106 from linuxserver/move-ssl-include
Move ssl.conf include to default.confpull/108/head
commit
feb6aef484
|
@ -494,6 +494,8 @@ server {
|
|||
|
||||
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
|
||||
index index.html index.htm index.php;
|
||||
|
||||
|
@ -524,6 +526,8 @@ server {
|
|||
|
||||
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
|
||||
index index.html index.htm index.php;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue