Update nginx conf for /misc/ route

This commit is contained in:
Fred Boniface 2023-06-26 16:09:04 +01:00
parent 7b6218e861
commit 82ad831b83
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ http {
add_header Cache-Control "public, no-transform, max-age=1209600";
}
location /misc/ {
proxy_pass http://backend;
}
location /api/ {
proxy_pass http://backend;
proxy_cache_key $scheme://$host$uri$is_args$query_string;