Update nginx conf for /misc/ route
This commit is contained in:
parent
7b6218e861
commit
82ad831b83
@ -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;
|
||||
|
Reference in New Issue
Block a user