Skip to content

Commit

Permalink
chore: deny trace
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Apr 23, 2024
1 parent 8a89ba6 commit 7bdf044
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ http {
include /nginx/nginx.conf;

location / {
limit_except GET POST {
deny all;
}

root /nginx/html;
index index.html index.htm;

Expand Down

0 comments on commit 7bdf044

Please sign in to comment.