summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-16 15:25:00 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-16 15:25:00 +0100
commit80115dd66a89823fac1dac4690a6c8e87b530a2b (patch)
tree26f660e7c5850ca12e5a6ce833ff5b37d5eb844e
parent21240d7fad96d6e2205f497f44de16a4658e4516 (diff)
Fixed PORT to NGINX_PORT
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index 6a8186a..0ff4dec 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -23,7 +23,7 @@ http {
# webservices
server {
- listen PORT;
+ listen NGINX_PORT;
client_max_body_size 5000m;
server_name z21mn;
location / {