CLB Release Notes
Product Announcements
# Install Nginxyum -y install nginx# View Nginx versionnginx -v# View Nginx installation directoryrpm -ql nginx# Start Nginxservice nginx start

/usr/share/nginx/html. Modify the index.html static page in the html directory to mark the specialness of this page. Relevant operations are as follows:index.html static page in html:vim /usr/share/nginx/html/index.html
<body></body> tag:# You are recommended to enter directly under `<body>`Hello nginx , This is rs-1!URL is index.html

:wq to save the change./image path. Relevant operations are as follows:image directory:mkdir /usr/share/nginx/html/imagecd /usr/share/nginx/html/image
index.html static page in the image directory:vim index.html
Hello nginx , This is rs-1!URL is image/index.html
:wq to save the change.80. To change the port, please modify the configuration file and restart Nginx.index.html page of rs-1:

/image/index.html page of rs-1:

Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback