Skip to content

Commit 9504b77

Browse files
committed
Update nginx.conf.template
1 parent 3972f63 commit 9504b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webserver/templates/nginx.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ server {
3535

3636
charset utf-8;
3737

38-
root /var/www/html/webapp/public;
38+
root /var/www/html/public;
3939
index index.php;
4040

4141
location / {
42-
try_files $uri /index.php$is_args$args;
42+
try_files $uri $uri/ /index.php$is_args$args;
4343
}
4444

4545
location ~ \.php$ {

0 commit comments

Comments
 (0)