Skip to content

Commit 8e178ed

Browse files
committed
Update nginx.conf.template
1 parent 1d64dfd commit 8e178ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/templates/nginx.conf.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ server {
4646
add_header X-Content-Type-Options nosniff;
4747

4848
root /var/www/html;
49+
index index.php;
4950

5051
location / {
5152
try_files $uri /index.php$is_args$args;

0 commit comments

Comments
 (0)