diff --git a/general/swag.md b/general/swag.md index abfdd3b60..4bee0ed72 100644 --- a/general/swag.md +++ b/general/swag.md @@ -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;