This commit is contained in:
10
nginx.conf
10
nginx.conf
@@ -85,7 +85,17 @@ http {
|
||||
# 使用通用的proxy_set_header配置
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 8000;
|
||||
server_name api.stayreal.online;
|
||||
ignore_invalid_headers off;
|
||||
client_max_body_size 0; # 无限制文件大小
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.1.100:3001;
|
||||
# 使用通用的proxy_set_header配置
|
||||
}
|
||||
}
|
||||
server {
|
||||
listen 8000;
|
||||
server_name voce.liubeiting.cn;
|
||||
|
Reference in New Issue
Block a user