diff --git a/install/cowyo.nginx b/install/cowyo.nginx index d392906..0947ac6 100644 --- a/install/cowyo.nginx +++ b/install/cowyo.nginx @@ -4,8 +4,8 @@ server { access_log /etc/nginx/logs/access-cowyo.log; error_log /etc/nginx/logs/error-cowyo.log info; - root /home/mu/cowyo; - server_name cowyo.duckdns.org cowyo.com; + root CUR_DIR; + server_name EXTERNAL_ADDRESS; # Media: images, icons, video, audio, HTC location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ { @@ -31,7 +31,7 @@ server { proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; - proxy_pass http://127.0.0.1:12312; + proxy_pass http://127.0.0.1:PORT; proxy_redirect off; proxy_http_version 1.1;