fix: upload limit 500MB, mount all public dirs in docker
Deploy to VPS / deploy (push) Has been cancelled
Deploy to VPS / deploy (push) Has been cancelled
This commit is contained in:
@@ -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;
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ http {
|
||||
tcp_nodelay on;
|
||||
keepalive_timeout 65;
|
||||
types_hash_max_size 2048;
|
||||
client_max_body_size 50M;
|
||||
client_max_body_size 500M;
|
||||
|
||||
gzip on;
|
||||
gzip_vary on;
|
||||
|
||||
Reference in New Issue
Block a user