CDN must use ip addr
This commit is contained in:
@@ -3,7 +3,7 @@ server {
|
||||
server_name code.gogongxt.com;
|
||||
location / {
|
||||
client_max_body_size 512M;
|
||||
proxy_pass http://code.gogongxt.com:61041;
|
||||
proxy_pass http://127.0.0.1:61041;
|
||||
proxy_set_header Connection $http_connection;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
Reference in New Issue
Block a user