Browse Source

fix: updated nginx config to pass sub directories (#692)

pull/703/head
Dan Ditomaso 11 months ago
committed by GitHub
parent
commit
49283daa4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/web/infra/default.conf

2
packages/web/infra/default.conf

@ -6,7 +6,7 @@ server {
index index.html index.htm;
location / {
try_files $uri $uri/ =404;
try_files $uri $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;

Loading…
Cancel
Save