初始提交

This commit is contained in:
wanyongkang
2020-10-07 20:25:03 +08:00
commit d318014316
3809 changed files with 263103 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
server{
listen 80;
server_name hapi.hncore.net;
location / {
proxy_pass http://127.0.0.1:5000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection keep-alive;
proxy_set_header Host $http_host;
proxy_cache_bypass $http_upgrade;
proxy_read_timeout 600; # Ãë
}
}
server{
listen 80;
server_name juip.com;
rewrite ^/(.*) http://www.juip.com/$1 permanent;
}