From aeaa1f697a2ec5ba9339c17bba385ca866a2d14d Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Mon, 3 Apr 2023 19:44:06 +0530 Subject: [PATCH] why did i include 443 lmao --- docs/setup_nginx.md | 2 -- 1 file changed, 2 deletions(-) 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;