Skip to content

Commit

Permalink
[UNI-342] fix : nginx 설정 복원
Browse files Browse the repository at this point in the history
  • Loading branch information
jpark0506 committed Feb 20, 2025
1 parent 2b7db5c commit e8e7ef8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions uniro_frontend/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,5 @@ http {
index index.html;
try_files $uri /index.html;
}

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

0 comments on commit e8e7ef8

Please sign in to comment.