Skip to content

Commit

Permalink
fix: docker nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Sep 14, 2024
1 parent 49f7bb3 commit deb71da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker/faucet/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
rewrite ^([^.]*[^/])$ $1/ permanent;
try_files $uri $uri/ $uri.html /index.html;
}
gzip off;
Expand Down
1 change: 0 additions & 1 deletion docker/namadillo/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
rewrite ^([^.]*[^/])$ $1/ permanent;
try_files $uri $uri/ $uri.html /index.html;
}
gzip off;
Expand Down

0 comments on commit deb71da

Please sign in to comment.