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 830b2b0 commit f0ff271Copy full SHA for f0ff271
webserver/templates/nginx.conf.template
@@ -30,11 +30,11 @@ 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 / {
37
- try_files $uri /index.php$is_args$args;
+ try_files $uri $uri/ /index.php$is_args$args;
38
}
39
40
# optionally disable falling back to PHP script for the asset directories;
0 commit comments