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 1d64dfd commit 8e178edCopy full SHA for 8e178ed
nginx/templates/nginx.conf.template
@@ -46,6 +46,7 @@ server {
46
add_header X-Content-Type-Options nosniff;
47
48
root /var/www/html;
49
+ index index.php;
50
51
location / {
52
try_files $uri /index.php$is_args$args;
0 commit comments