banner
xmd

xmd

DIYgod的粉丝
telegram

Nginx

location / {
	proxy_pass         http://localhost:8083/;
	proxy_set_header   Host             $host;
	proxy_set_header   X-Real-IP        $remote_addr;
	proxy_set_header   X-Forwarded-For  $proxy_add_x_forwarded_for;
	add_header From $host;
	proxy_cookie_path ~*^/.* /;
	proxy_set_header Cookie $http_cookie;
}
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.