Allow requesting without .html

This commit is contained in:
Raymonzut
2020-06-16 19:07:02 +02:00
parent 62128bd65b
commit 777339c3e1
+1 -1
View File
@@ -24,7 +24,7 @@ http {
location / {
root /app;
index index.html;
try_files $uri $uri/ $uri/index.html =404;
try_files $uri $uri/ $uri.html $uri/index.html =404;
}
location /css {
alias /app/assets/styling;