随笔分类 -  nginx

Nginx的安装和卸载
摘要:一.安装(centos) 1,安装一些依赖包,因为nginx是通过C语言来写成的: yum -y install gcc pcre-devel zlib-devel openssl openssl-devel 2,下载Nginx安装包 yum install wget && wget https:/ 阅读全文

posted @ 2023-04-14 08:42 一先生94 阅读(1396) 评论(0) 推荐(0) 编辑

nginx中多ip多域名多端口配置
摘要:1、Nginx中多IP配置: server { listen 80; server_name 192.168.15.7; location / { root /opt/Super_Marie; index index.html; } } server { listen 80; server_name 阅读全文

posted @ 2023-03-03 23:03 一先生94 阅读(1465) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示