diff --git a/docs/setup_nginx.md b/docs/setup_nginx.md index d5fcf9a..9c4d7d4 100644 --- a/docs/setup_nginx.md +++ b/docs/setup_nginx.md @@ -11,8 +11,6 @@ After installing NGINX, create /etc/nginx/conf.d/gothub.conf with the following server { listen 80; listen [::]:80; - listen 443 ssl http2; - listen [::]:443 ssl http2; server_name gothub.domain.tld;