summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorot1 <andreas@maunz.de>2011-11-16 10:41:22 +0100
committerot1 <andreas@maunz.de>2011-11-16 10:41:22 +0100
commit4c578f36fded69cfe49fd00f6dea8013a6cba4bd (patch)
tree042d37279181c38e05c81b3c160596427173f624 /nginx.conf
parent8dd7e636e80f3024ba059d3b1fb46db534436363 (diff)
Fixed PORT in nginx.conf
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index 6ee1662..4dcf81a 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -23,7 +23,7 @@ http {
# webservices
server {
- listen 8080;
+ listen PORT;
client_max_body_size 5000m;
server_name toxcreate3;
location / {