Fix nginx.conf reverse proxy cache URL path for sponsor images
This commit is contained in:
parent
c24e44f6fa
commit
ffb08e5e01
@ -133,7 +133,7 @@ http {
|
|||||||
location = /api/ {
|
location = /api/ {
|
||||||
try_files $uri $uri/ /index.html =404;
|
try_files $uri $uri/ /index.html =404;
|
||||||
}
|
}
|
||||||
location /api/v1/donations {
|
location /api/v1/donations/images {
|
||||||
# don't rate limit this URL prefix
|
# don't rate limit this URL prefix
|
||||||
proxy_pass http://127.0.0.1:8999;
|
proxy_pass http://127.0.0.1:8999;
|
||||||
proxy_cache cache;
|
proxy_cache cache;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user