Skip to content

Commit

Permalink
Merge pull request #296 from MerginMaps/gh#112-fix-trailing-slash-admin
Browse files Browse the repository at this point in the history
Add index html before handling localhost:80
  • Loading branch information
MarcelGeo authored Sep 24, 2024
2 parents 4afd22a + 893fcda commit 20deb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/nginx.proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ server {

location ~ ^/admin($|/) {
root /usr/share/nginx/html;
try_files $uri $uri/ /admin/index.html;
try_files $uri $uri/index.html $uri/ /admin/index.html;
}
}

0 comments on commit 20deb82

Please sign in to comment.