From 9a50c4ca18c98b32b70330aa0c32865db77d09b1 Mon Sep 17 00:00:00 2001 From: shiyu Date: Wed, 21 May 2025 16:06:14 +0800 Subject: [PATCH] fix(nginx): correct uploads location path to match case sensitivity --- View/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View/nginx.conf b/View/nginx.conf index 9b1e7db..e187c79 100644 --- a/View/nginx.conf +++ b/View/nginx.conf @@ -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;