We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location /api/ { - client_max_body_size 200M; - proxy_pass http://10.0.2.158:8080/api/; + client_max_body_size 200M; + client_max_body_size 400M; + client_max_body_size 0; + proxy_pass http://10.0.2.167:8080/api/; proxy_redirect $scheme://$http_host/api/ $scheme://$http_host/api/; } location /api/events { - proxy_pass http://10.0.2.158:8080/api/events; + proxy_pass http://10.0.2.167:8080/api/events; proxy_redirect $scheme://$http_host/api/events $scheme://$http_host/api/events; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; @@ -145,12 +147,12 @@ proxy_read_timeout 1h; proxy_send_timeout 1h; } + location / { + proxy_pass http://10.0.2.162:3000/; + } location /editor/ { - proxy_pass http://10.0.2.159:80/; + proxy_pass http://10.0.2.163:80/; proxy_redirect $scheme://$http_host/ $scheme://$http_host/editor/; - } - location / { - proxy_pass http://10.0.2.162:3000/; } } nginx: [emerg] "client_max_body_size" directive is duplicate in /etc/nginx/conf.d/default.conf:136
The text was updated successfully, but these errors were encountered:
@mesudip any updates on this, dai?
Sorry, something went wrong.
@mesudip has this been solved yet?
No branches or pull requests
Relevant log
The text was updated successfully, but these errors were encountered: