why did i include 443 lmao

This commit is contained in:
Arya Kiran
2023-04-03 19:44:06 +05:30
parent b642423d47
commit aeaa1f697a
-2
View File
@@ -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;