client max body size fix
This commit is contained in:
@@ -5,7 +5,8 @@ server {
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $theia theia;
|
||||
set $flaskfetfotos "flaskfetfotos:8080";
|
||||
set $etherpad "etherpad:9001";
|
||||
set $etherpad "etherpad:9001";
|
||||
client_max_body_size 10M;
|
||||
location /fotos {
|
||||
proxy_ssl_server_name on;
|
||||
proxy_ssl_verify off;
|
||||
|
||||
Reference in New Issue
Block a user