Skip to content

Commit

Permalink
Merge pull request #1559 from diffgram/autoindex-security
Browse files Browse the repository at this point in the history
Security
  • Loading branch information
anthony-chaudhary committed Oct 17, 2023
2 parents a48a926 + f6a093d commit b654ae5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/.nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,15 @@ http {

location /static/ {
root /usr/share/nginx/html/;
autoindex on;

}
location /static/js/ {
root /usr/share/nginx/html/;
autoindex on;

}
location /static/css/ {
root /usr/share/nginx/html/;
autoindex on;

}
location /static/fonts/ {
root /usr/share/nginx/html/;
autoindex on;

}

}
Expand Down

0 comments on commit b654ae5

Please sign in to comment.