Browse Source

Actualizar 'nginx/default.conf'

main
creylopez 10 months ago
parent
commit
e97b8fc98f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nginx/default.conf

+ 1
- 1
nginx/default.conf View File

@ -12,7 +12,7 @@ server {
location / { location / {
proxy_pass http://django_project; proxy_pass http://django_project;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header Host $http_host;
proxy_redirect off; proxy_redirect off;
client_max_body_size 100M; client_max_body_size 100M;
} }


Loading…
Cancel
Save