We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cfa7c commit 76cfe4fCopy full SHA for 76cfe4f
webserver/templates/nginx.conf.template
@@ -30,7 +30,7 @@ server {
30
#ssl_dhparam /etc/letsencrypt/ssl-dhparam.pem;
31
include /etc/letsencrypt/options-ssl-nginx.conf;
32
33
- root /var/www/html/webapp/public;
+ root /var/www/html/public;
34
index index.php;
35
36
location / {
0 commit comments