1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00
This commit is contained in:
Zack Scholl
2016-02-07 16:28:02 +00:00
parent 2b32faa1ee
commit 88cce8cfa2
2 changed files with 3 additions and 8 deletions

View File

@ -5,13 +5,8 @@ server {
access_log /etc/nginx/logs/access-cowyo.log;
error_log /etc/nginx/logs/error-cowyo.log info;
root /home/phi/Documents/cowyo;
server_name cowyo.duckdns.org cowyo.duckdns.org;
server_name cowyo.duckdns.org cowyo.com;
location ^~ /static/ {
try_files $uri index.html;
}
location / {
proxy_set_header X-Real-IP $remote_addr;