Skip to content

Commit

Permalink
nginx slash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cantsin committed Nov 7, 2022
1 parent 501b702 commit fe0e7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imls-infrastructure/nginx-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ server {
}

location / {
try_files $uri $uri/ =404;
try_files $uri $uri/ $uri.html /index.html;
}
}

0 comments on commit fe0e7e6

Please sign in to comment.