Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of using nginx to access Local static Resources on linux Server

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

1. Check whether port 80 is occupied. Generally, port 80 is occupied by apache service.

Netstat-anp | grep 80

two。 Modify the port number of the apache service

Vim / etc/apache2/ports.conf

3. Change the port number to 8080

4. Modify nginx service configuration

Vim / etc/nginx/conf.d/nginx.conf

5. Restart the nginx service

Service nginx restart

6. Page attempts to access local resources

7. The visit was successful!

Summary

The above is the method of using nginx to access local static resources on the linux server introduced by Xiaobian. I hope it will be helpful to you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report