Skip to content

Commit

Permalink
fix(browser): update Nginx config with static paths
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Jan 9, 2025
1 parent 7a26f92 commit 463f760
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/dockerfiles/browser/browser.nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ server {

rewrite ^/about/?$ /index.html last;
rewrite ^/federated/?$ /index.html last;
rewrite ^/team/?$ /index.html last;
rewrite ^/stats/?$ /index.html last;
rewrite ^/policies/?$ /index.html last;
rewrite ^/downloads/?$ /index.html last;
rewrite ^/terms/?$ /index.html last;
rewrite ^/publications/?$ /index.html last;
Expand Down

0 comments on commit 463f760

Please sign in to comment.