Allow requesting without .html

master
Raymonzut 4 years ago
parent 62128bd65b
commit 777339c3e1
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 2
      client/nginx.conf

@ -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;

Loading…
Cancel
Save