icppp icon indicating copy to clipboard operation
icppp copied to clipboard

Nginx该如何配置呢

Open ElieenAndBella opened this issue 2 years ago • 1 comments

ElieenAndBella avatar May 17 '22 07:05 ElieenAndBella

server{
	listen 80;
	server_name xxx.com;

	location / {
		proxy_set_header Host $host;
		proxy_pass http://icppp:9315;
	}
}

Flipped199 avatar Jun 13 '24 04:06 Flipped199