Overview
Version
FineOps Version | Functional Change |
---|---|
V2.0.0 | / |
Application Scenario
You want to access the O&M project without including /webroot/decision in the path.
You want to access the project only through an IP address or a domain name.
You want the URL used to access the platform or template to be shorter.
Implementation Method
1.Accessing projects through an IP address
Set the name to null and keep the default nginx port settings when deploying a project. Then you can access the project through http://IP address/.
2.Accessing projects through a domain name
Set the name to null when deploying a project. Then you can access the project through http://IP address:Port number/.
Configure SSL for the project and use port 443. Then you can access the project through https://Domain name/.
Accessing Projects Through IP Address
To access a project through an IP address, you need to ensure the following two things when deploying a new project.
Hiding Webroot
Make sure that Path is set to null when deploying a new project.
Setting Path to null means hiding /webroot and supporting automatic hiding of /decision. Then the access address is http://IP address:Port number/.
Hiding Port Number
Make sure that when deploying a new project, the external access port number for the project is 80, which can be omitted. Then the access address is http://IP address/.
If you need to deploy the nginx component, make sure that it occupies port 80 (By default, the port number for the root user is 80, while the port number for the non-root user is 8090.).
If you do not deploy the nginx component, make sure that the bi 6/fr/fdl component occupies port 80 (By default, it occupies port 8080.).
Accessing Projects Through Domain Name
To access a project through a domain name, you need to ensure the following two things.
Hiding Webroot
Make sure that Path is set to null when deploying a new project.
Setting Path to null means hiding /webroot and supporting automatic hiding of /decision. Then the access address is http://IP address:Port number/.
Hiding Port Number and Enabling Domain Name
Make sure that when configuring SSL for the O&M platform, it occupies port 443, which can be omitted. Then the access address is https://Domain name/.