mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Move ssl.conf include to default.conf
This commit is contained in:
parent
b8e3292d39
commit
0a6c99769f
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user