-
Notifications
You must be signed in to change notification settings - Fork 5k
Is there a problem with the front-end UI deployment documentation?(前端UI部署文档是不是有问题?) #111
Description
https://analysys.github.io/easyscheduler_docs_cn/%E5%89%8D%E7%AB%AF%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3.html #1%E3%80%81%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C
The purpose of this manual is to install an Nginx, configure the nginx foreground access port 8888, the background proxy port 12345, and the directory to point to dist.
1,
According to this idea, I downloaded and installed Nginx and configured it strictly according to the deployment manual.
When visiting http://10**:8888, an error will automatically access the following URL, 404 error
Http://10***:8888/escheduler/users/get-user-info?_t=0.06944380999772859
404 Not Found
2,
Background proxy port 12345 This is the port that is agreed to interact with the background or?
Because when the eschedule background is installed, one-click startup does not involve the proxy port.
这个手册,目的就是安装一个Nginx , 配置nginx 前台访问端口8888, 后台代理端口12345,目录指向dist。
1、
按照这个思想,我下载安装了Nginx ,严格按照部署手册配置,
访问http://10**:8888 时候 报错,会自动访问如下这个URL,404错误
http://10***:8888/escheduler/users/get-user-info?_t=0.06944380999772859
404 Not Found
2、
后台代理端口12345 这个是约定跟后台交互的端口还是怎样?
因为在安装 eschedule后台的时候,一键启动,并没有涉及代理端口