mirror of
https://codeberg.org/gothub/docs
synced 2024-12-06 19:16:44 +01:00
why did i include 443 lmao
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user