fix: upload limit 500MB, mount all public dirs in docker
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
2026-04-08 15:56:56 +00:00
parent 0118774e31
commit 3c20ce5c37
72 changed files with 13 additions and 5 deletions
+1
View File
@@ -22,6 +22,7 @@ server {
server {
listen 443 ssl;
http2 on;
client_max_body_size 500M;
server_name rf-flux.com www.rf-flux.com;
ssl_certificate /etc/letsencrypt/live/rf-flux.com/fullchain.pem;