ssl is excessive here in nginx.conf.
This commit is contained in:
parent
85e5095120
commit
def915607b
@ -1,5 +1,5 @@
|
|||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 http2;
|
||||||
listen 127.0.0.1:8112; # I2P
|
listen 127.0.0.1:8112; # I2P
|
||||||
listen [300:a98d:d6d0:8a08::d]:80; # Yggdrasil
|
listen [300:a98d:d6d0:8a08::d]:80; # Yggdrasil
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user