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