summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:28:49 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2011-11-15 14:28:49 +0100
commit4f89b9975ba06d9e2fffe862b3a12978cab5155b (patch)
tree3aae54ae3b9edb03df3e86b3b250e82b1954a658 /nginx.conf
parentc81acb5265a6a281d2757710f36e2e6e2e48986e (diff)
Minor fixes
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 4dcf81a..6ee1662 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -23,7 +23,7 @@ http {
# webservices
server {
- listen PORT;
+ listen 8080;
client_max_body_size 5000m;
server_name toxcreate3;
location / {