fix: 🚑 Fix NGINX ReGeX

This commit is contained in:
ThatOneCalculator 2022-03-19 17:36:33 -07:00
parent 3378fa0aa3
commit a5eb9f17cc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ server {
root /location/of/zer0bin/frontend/dist;
rewrite ^/(?!.*api).*$ /index.html;
rewrite ^/(?!.*api)(?!.*\.).*$ /index.html;
location / {
index index.html;