1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Update cowyo.nginx

This commit is contained in:
Zack 2016-02-08 11:29:42 -05:00
parent 17b139765b
commit 8fa64d6a76

View File

@ -4,8 +4,8 @@ server {
access_log /etc/nginx/logs/access-cowyo.log; access_log /etc/nginx/logs/access-cowyo.log;
error_log /etc/nginx/logs/error-cowyo.log info; error_log /etc/nginx/logs/error-cowyo.log info;
root /home/mu/cowyo; root CUR_DIR;
server_name cowyo.duckdns.org cowyo.com; server_name EXTERNAL_ADDRESS;
# Media: images, icons, video, audio, HTC # Media: images, icons, video, audio, HTC
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm|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 Host $http_host;
proxy_set_header X-NginX-Proxy true; 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_redirect off;
proxy_http_version 1.1; proxy_http_version 1.1;