This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Updated NGINX file size limit for uploads
pull/172/head
Michael Olund
5 years ago
parent
e0e4fbc454
commit
2c6919d6ee
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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_proxied any;
gzip_vary on;
gzip_vary on;
client_max_body_size 12M;
# default path
# default path
location / {
location / {
proxy_pass http://edivorce-django:8080;
proxy_pass http://edivorce-django:8080;
Write
Preview
Loading…
Cancel
Save