21
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
zpc 2026-04-05 16:12:28 +08:00
parent 6c901fc2f9
commit a32354f941
3 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ server {
server_name localhost;
root /usr/share/nginx/html;
index index.html;
client_max_body_size 100m;
location / {
try_files $uri $uri/ /index.html;
@ -14,6 +15,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
client_max_body_size 100m;
}
location /msghub {