mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/nginx: Remove upload filesize restriction
This commit is contained in:
@ -18,7 +18,7 @@ http {
|
||||
server_tokens off;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
client_max_body_size 100M;
|
||||
client_max_body_size 0;
|
||||
|
||||
upstream backend {
|
||||
server __BACKEND__:6666;
|
||||
|
Reference in New Issue
Block a user