Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
修复443出现多个default的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Jan 17, 2024
1 parent 600add7 commit 0ec6f17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions english/443.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ http {
listen [::]:443 ssl ; #IPv6
# Proxy public HTTP port (multiple listens can be used to listen to multiple ports)
listen 80 default ;
listen [::]:80 default ; #IPv6
listen 80 ;
listen [::]:80 ; #IPv6
# The domain name you use when you visit
server_name mcsm.example.com ;
Expand Down
4 changes: 2 additions & 2 deletions 为同一主机的443端口配置HTTPS反向代理.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ http {
listen [::]:443 ssl ; #IPv6
# 代理后HTTP端口
listen 80 default ;
listen [::]:80 default ; #IPv6
listen 80 ;
listen [::]:80 ; #IPv6
# 你访问时使用的域名
server_name mcsm.example.com ;
Expand Down

0 comments on commit 0ec6f17

Please sign in to comment.