we need root directive (do we?)
This commit is contained in:
@@ -3,6 +3,8 @@ server {
|
|||||||
listen [::]:443 ssl;
|
listen [::]:443 ssl;
|
||||||
server_name taoghq.com www.taoghq.com;
|
server_name taoghq.com www.taoghq.com;
|
||||||
error_log /var/log/nginx/error.log error;
|
error_log /var/log/nginx/error.log error;
|
||||||
|
|
||||||
|
root /home/zino/projects/dockers/docker-wordpress-taoghq/volumes/wordpress;
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/taoghq.com/fullchain.pem; # managed by Certbot
|
ssl_certificate /etc/letsencrypt/live/taoghq.com/fullchain.pem; # managed by Certbot
|
||||||
|
|||||||
Reference in New Issue
Block a user