summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.sh2
-rw-r--r--nginx.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index e7415b3..9d227ef 100755
--- a/config.sh
+++ b/config.sh
@@ -22,7 +22,7 @@ REDIS_NUM_VER="2.2.2"
# 4) Server settings.
NGINX_SERVERNAME="toxcreate3.in-silico.ch"
WWW_DEST="$OT_PREFIX/www"
-PORT="" # set to empty string ("") for port 80 otherwise set to port *using colons* e.g. ":8080"
+PORT=":8081" # set to empty string ("") for port 80 otherwise set to port *using colons* e.g. ":8080"
# Done.
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 / {