Update nginx.md (#570)
Fixed the change of how to enable https on NGinx in newer releases
Esse commit está contido em:
+3
-2
@@ -6,8 +6,9 @@ This is a very basic config, secured with Let's Encrypt. Any log is disabled by
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
|
||||
server_name invidious.domain.tld;
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário