中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

ssl監聽端口怎么改

SSL
小新
509
2021-02-16 11:00:42
欄目: 云計算

ssl監聽端口怎么改

ssl監聽端口的修改示例:

1.打開nginx配置文件,例如:“/etc/nginx.conf”。

2.在文件里的“http{}”聲明內找到“listen”,后面就是當前監聽的端口,修改配置文件,重啟nginx服務即可,文

件內容如下:

server {

listen 443 ssl http2; //監聽的端口

server_name 172.16.3.64; //可用的IP地址

root /var/www/html/;

index index.php index.html index.htm;

#charset koi8-r;

access_log /var/log/nginx/access_log;

error_log /var/log/nginx/error_log error;

# SSL/TLS configs

ssl on;

ssl_certificate server.pem;

ssl_certificate_key privkey.pem;

location / {

proxy_pass http://127.0.0.1:8111; //代理的目標地址

proxy_redirect off;

proxy_set_header Host $host;

proxy_set_header X-Real-IP $remote_addr;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

}

}

0
海阳市| 宽城| 佛山市| 宜州市| 曲靖市| 裕民县| 基隆市| 府谷县| 师宗县| 昌乐县| 稻城县| 内丘县| 淳化县| 肥东县| 新源县| 和龙市| 天水市| 佳木斯市| 宾阳县| 邮箱| 沙河市| 平潭县| 浦城县| 乳山市| 营口市| 东乌珠穆沁旗| 黎川县| 罗江县| 内江市| 安顺市| 肇庆市| 青州市| 五常市| 夏河县| 南城县| 谢通门县| 泸州市| 鄂尔多斯市| 巍山| 蒙山县| 吉木萨尔县|