Atualizar nginx/sites-available/solucionei.itguys.com.br.conf
This commit is contained in:
parent
1116272cda
commit
064983364c
|
|
@ -109,7 +109,7 @@ server {
|
|||
|
||||
# 1. Rota para assets estáticos (CACHE OTIMIZADO)
|
||||
# Cacheia agressivamente arquivos que não mudam com frequência, incluindo os de /uploads/.
|
||||
location ~* \.(?:css|js|mjs|svg|gif|png|jpg|jpeg|ico|wasm|woff2?|ttf|eot)$ {
|
||||
location ~* \.(?:svg|gif|png|jpg|jpeg|ico|wasm|woff2?|ttf|eot)$ {
|
||||
proxy_pass http://solucionei_backend;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue