Update nginx.conf

Fixed #26  #22
This commit is contained in:
chauncey 2022-11-29 01:13:24 +08:00 committed by GitHub
parent a505d273d5
commit 08da23adac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ stream {
}
upstream eller {
server "127.0.0.0:443";
server "255.255.255.255:443";
}
server {
listen 443;