Browse Source

Updated NGINX file size limit for uploads

pull/172/head
Michael Olund 5 years ago
parent
commit
2c6919d6ee
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      openshift/templates/nginx-proxy/conf.d/server.conf

+ 2
- 0
openshift/templates/nginx-proxy/conf.d/server.conf View File

@ -16,6 +16,8 @@ server {
gzip_proxied any;
gzip_vary on;
client_max_body_size 12M;
# default path
location / {
proxy_pass http://edivorce-django:8080;


Loading…
Cancel
Save