This commit is contained in:
@@ -149,8 +149,9 @@ http {
|
||||
server {
|
||||
listen 8000;
|
||||
server_name file.liubeiting.cn;
|
||||
|
||||
client_max_body_size 0;
|
||||
location / {
|
||||
|
||||
proxy_pass http://192.168.1.100:9090;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-Ip $remote_addr;
|
||||
@@ -161,6 +162,7 @@ http {
|
||||
server {
|
||||
listen 8000;
|
||||
server_name cloud.liubeiting.cn;
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.1.100:5244;
|
||||
|
Reference in New Issue
Block a user