忽略dll文件git
This commit is contained in:
@@ -1,19 +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;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user