Browse Source

Merge pull request #9 from getumbrel/master

LGTM
patch-1
BT 5 years ago
committed by GitHub
parent
commit
2659fbf1d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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