This commit is contained in:
yeuimu
2026-08-28 15:23:54 +08:00
parent 270e516f94
commit bbd925070a
45 changed files with 84 additions and 0 deletions
+8
View File
@@ -49,6 +49,14 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location = /h5 {
return 301 /h5/;
}
location /h5/{
try_files $uri $uri/ /h5/index.html;
}
# Uploaded files served by the API
location /uploads/ {
proxy_pass http://api:3001/uploads/;