Skip to content

Commit

Permalink
Fix nginx directory listing on /tools directory
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Dec 19, 2024
1 parent 55a41f6 commit 449384b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/files/nginx/nginx-http.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ server {
# return 301 https://$host$request_uri;
}

location /public/tools {
location /tools {
autoindex on;
}

Expand Down
2 changes: 1 addition & 1 deletion package/files/nginx/nginx-https.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ server {
try_files $uri @rmt_app;
}

location /public/tools {
location /tools {
autoindex on;
}

Expand Down

0 comments on commit 449384b

Please sign in to comment.