diff --git a/plugins/nginx-vhosts/templates/nginx.ssl.conf.template b/plugins/nginx-vhosts/templates/nginx.ssl.conf.template index 53f67cabf..cce5d0faf 100644 --- a/plugins/nginx-vhosts/templates/nginx.ssl.conf.template +++ b/plugins/nginx-vhosts/templates/nginx.ssl.conf.template @@ -2,6 +2,8 @@ server { listen [::]:80; listen 80; server_name $NOSSL_SERVER_NAME; + access_log /var/log/nginx/${APP}-access.log; + error_log /var/log/nginx/${APP}-error.log; return 301 https://\$host\$request_uri; }