Skip to content

Commit 76cfe4f

Browse files
committed
Update nginx.conf.template
1 parent c5cfa7c commit 76cfe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/templates/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ server {
3030
#ssl_dhparam /etc/letsencrypt/ssl-dhparam.pem;
3131
include /etc/letsencrypt/options-ssl-nginx.conf;
3232

33-
root /var/www/html/webapp/public;
33+
root /var/www/html/public;
3434
index index.php;
3535

3636
location / {

0 commit comments

Comments
 (0)