fix(nginx): correct uploads location path to match case sensitivity

This commit is contained in:
shiyu
2025-05-21 16:06:14 +08:00
parent 32e011ba11
commit 9a50c4ca18

View File

@@ -27,7 +27,7 @@ http {
proxy_ssl_verify off;
}
location /uploads {
location /Uploads {
proxy_pass http://localhost:8080;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;