We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1panel version: v1.0.3 | appstore version: v0.0.89
无法修改默认的webui 端口号,因为安全原因,服务器只开放某些特定端口,该项目的端口号默认为 16143 无法在部署时提前修改,所以只能间接使用 nginx 反向代理
sudo yum install epel-release sudo yum install nginx
vim "/etc/nginx/nginx.conf"
server { listen 20000; include /etc/nginx/default.d/*.conf; location / { proxy_pass http://127.0.0.1:16143; } }
service nginx start
No response
The text was updated successfully, but these errors were encountered:
1、端口是在 1Panel 初始化的时候随机生成的(确保所有用户的初始化端口不一致) 2、后续我们会支持用户在初始化 1Panel 时自定义端口。
Sorry, something went wrong.
v1.0.4 版本已支持用户在初始化 1Panel 时自定义端口。
wanghe-fit2cloud
No branches or pull requests
1Panel 版本
1panel version: v1.0.3 | appstore version: v0.0.89
请描述您的需求或者改进建议
无法修改默认的webui 端口号,因为安全原因,服务器只开放某些特定端口,该项目的端口号默认为 16143 无法在部署时提前修改,所以只能间接使用 nginx 反向代理
vim "/etc/nginx/nginx.conf"
请描述你建议的实现方案
No response
附加信息
No response
The text was updated successfully, but these errors were encountered: