Dan Ditomaso
12 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/infra/default.conf
|
|
@ -6,7 +6,7 @@ server { |
|
|
index index.html index.htm; |
|
|
index index.html index.htm; |
|
|
|
|
|
|
|
|
location / { |
|
|
location / { |
|
|
try_files $uri $uri/ =404; |
|
|
try_files $uri $uri/ /index.html; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
error_page 500 502 503 504 /50x.html; |
|
|
error_page 500 502 503 504 /50x.html; |
|
|
|