Skip to content

Commit

Permalink
fix: redirect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 17, 2024
1 parent e708797 commit a8d2240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ server {
gzip_types text/css application/javascript application/json image/svg+xml;
gzip_comp_level 9;
etag on;
port_in_redirect off;
location / {
try_files $uri $uri/ /index.html;
}
Expand Down

0 comments on commit a8d2240

Please sign in to comment.