Skip to content

Commit

Permalink
Merge pull request #208 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: deny trace
  • Loading branch information
ychung-mot authored Apr 23, 2024
2 parents d62de65 + 7bdf044 commit 20dca15
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 20dca15

Please sign in to comment.