Skip to content

Commit

Permalink
[UNI-312] fix : 문법 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark0506 committed Feb 20, 2025
1 parent de338e1 commit 2b7db5c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions uniro_frontend/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ http {
}

location ~* \.(css|js|html|json|svg|xml|txt|ico)$ {
add_header Vary Accept-Encoding;

try_files $uri$enc_ext $uri;
if ($enc_ext != "") {
add_header Content-Encoding $enc_ext;
}
add_header Vary Accept-Encoding;
try_files $uri.br $uri.gz $uri;
}
}
}

0 comments on commit 2b7db5c

Please sign in to comment.