Remove commented out config sections
This commit is contained in:
@@ -12,8 +12,8 @@ upstream gitea_backend {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl; #http2;
|
||||
listen [::]:443 ssl; # http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl; #
|
||||
server_name gitea.novicelab.io;
|
||||
|
||||
# SSL Certificate paths
|
||||
|
||||
Reference in New Issue
Block a user