Commit 3d2f5ff4 authored by Vardan Pogosian's avatar Vardan Pogosian

fix: change the order of searching index files

parent 14d3d472
......@@ -10,7 +10,7 @@ server {
ssl_certificate_key /etc/nginx/ssl/nginx-selfsigned.key;
root /app/web;
index index.html index.htm index.php;
index index.php index.html index.htm;
location / {
# Redirect everything that isn't a real file to index.php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment