Browse Source

nginx config to support history.pushState

patch-1
Mayank 5 years ago
parent
commit
15003a2c1a
  1. 3
      nginx/conf.d/default.conf

3
nginx/conf.d/default.conf

@ -6,7 +6,8 @@ server {
index index.html;
location / {
try_files $uri $uri/index.html =404;
index index.html;
try_files $uri $uri/ /index.html;
}
location /invoicer/ {

Loading…
Cancel
Save