Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Dec 10, 2023
1 parent 322a40f commit d739039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit d739039

Please sign in to comment.