nginx
慕容潇湘
代码搬运工
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx学习总结
正向代理服务的是客户端,反向代理服务的服务端 systemctl status firewalld 查看防火墙状态 systemctl stop firewalld 关闭防火墙 vim /etc/yum.repos.d/nginx.repo sudo yum install -y nginx log_format myformat '这是自定义格式->$http_user_agent' access_log logs/server.log myform...原创 2021-07-09 09:04:06 · 133 阅读 · 0 评论 -
nginx工作中配置
server{ listen 8080; location / { root /opt/iot/community/public/; index index.html; } location /callComponent { proxy_pass http://127.0.0.1:8012; ...原创 2021-07-09 08:51:45 · 311 阅读 · 0 评论
分享