From 7bdf044850c865a38993eb5620b9c37fdd3adcce Mon Sep 17 00:00:00 2001 From: ychung-mot Date: Tue, 23 Apr 2024 08:27:58 -0700 Subject: [PATCH] chore: deny trace --- frontend/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 644c6222..a223eadb 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -86,6 +86,10 @@ http { include /nginx/nginx.conf; location / { + limit_except GET POST { + deny all; + } + root /nginx/html; index index.html index.htm;