Skip to content

Nginx-UI中的【管理stream】报错 #769

Answered by 0xJacky
971230 asked this question in Q&A
Discussion options

You must be logged in to vote

这个模块一般都有的,创建文件夹就可以使用,然后在 nginx.conf 里 include 一下

创建两个文件夹(例如,具体路径看你的配置)

/etc/nginx/streams-available
/etc/nginx/streams-enabled
stream {
	# ...
	include /etc/nginx/streams-enabled/*;
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@971230
Comment options

@0xJacky
Comment options

Answer selected by 971230
@971230
Comment options

# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants