Setting client_max_body_size
to 10m.
- Removed commented-out nginx config for clarity.
This commit is contained in:
parent
2e7d84d53c
commit
e138a585d1
3 changed files with 4 additions and 58 deletions
|
@ -5,6 +5,8 @@ upstream web {
|
|||
server {
|
||||
listen 80;
|
||||
|
||||
include /etc/nginx/conf.d/server_config;
|
||||
|
||||
location / {
|
||||
proxy_pass http://web;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue