diff --git a/frontend/nginx.conf b/frontend/nginx.conf index cce7168..7bc91fa 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -2,9 +2,9 @@ server { listen 8000; root /data/www; location /dyslexicon { - try_files $uri $uri/ /dyslexicon/index.html; + try_files $uri /dyslexicon/index.html; } location / { - try_files $uri $uri/ /index.html; + try_files $uri /index.html; } } \ No newline at end of file