You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to add an uptime monitor at "https://uptime.thenewoil.org". Right now I have successfully created the unencrypted "http://162.0.238.97:3001/status/thenewoil." I've used Uptime Kuma to do so, and I'm attempting to use this documentation to create TLS with Caddy. I'm not sure what I'm doing wrong. I've copied that template into the Caddyfile at /etc/caddy/ but I keep getting an error in systemctl that says
{"level":"info","ts":1711571401.2591567,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":""} Error: adapting config using caddyfile: /etc/caddy/Caddyfile:2: unrecognized directive: services: Did you mean to define a second site? If so, you must use curly braces around each site to separate their configurations.
Not sure what I'm doing wrong.
The text was updated successfully, but these errors were encountered:
I'm attempting to add an uptime monitor at "https://uptime.thenewoil.org". Right now I have successfully created the unencrypted "http://162.0.238.97:3001/status/thenewoil." I've used Uptime Kuma to do so, and I'm attempting to use this documentation to create TLS with Caddy. I'm not sure what I'm doing wrong. I've copied that template into the Caddyfile at
/etc/caddy/
but I keep getting an error in systemctl that says{"level":"info","ts":1711571401.2591567,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":""} Error: adapting config using caddyfile: /etc/caddy/Caddyfile:2: unrecognized directive: services: Did you mean to define a second site? If so, you must use curly braces around each site to separate their configurations.
Not sure what I'm doing wrong.
The text was updated successfully, but these errors were encountered: