Commit 62faeec3 authored by Eteri's avatar Eteri

caddy: remove commented lines

parent cc124a9a
...@@ -116,7 +116,6 @@ mode = 0600 ...@@ -116,7 +116,6 @@ mode = 0600
recipe = slapos.cookbook:publish recipe = slapos.cookbook:publish
password = $${slap-parameter:password} password = $${slap-parameter:password}
user = $${slap-parameter:username} user = $${slap-parameter:username}
#secure_access = https://[$${caddy-configuration:ipv6}]:$${slap-parameter:port-ipv6}
secure_access = https://[$${caddy-configuration:ipv6}]:$${slap-parameter:port} secure_access = https://[$${caddy-configuration:ipv6}]:$${slap-parameter:port}
[slap-parameter] [slap-parameter]
...@@ -124,8 +123,6 @@ domain = ...@@ -124,8 +123,6 @@ domain =
key-content = key-content =
cert-content = cert-content =
caddy-ca-certificate = caddy-ca-certificate =
#port-ipv6 = 9443
#port-ipv4 = 4443
port = 9443 port = 9443
enable-quic = true enable-quic = true
enable-basic-auth = enable-basic-auth =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment