Advertisement
Guest User

Untitled

a guest
Jan 9th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. PS C:\Users\phili\OneDrive\Documents\Caddy> ./caddy run
  2. 2024/01/09 18:57:48.872 ←[34mINFO←[0m using adjacent Caddyfile
  3. 2024/01/09 18:57:48.873 ←[33mWARN←[0m Caddyfile input is not formatted; run the 'caddy fmt' command to fix inconsistencies {"adapter": "caddyfile", "file": "Caddyfile", "line": 3}
  4. 2024/01/09 18:57:48.877 ←[34mINFO←[0m admin admin endpoint started {"address": "localhost:2019", "enforce_origin": false, "origins": ["//[::1]:2019", "//127.0.0.1:2019", "//localhost:2019"]}
  5. 2024/01/09 18:57:48.877 ←[34mINFO←[0m tls.cache.maintenance started background certificate maintenance {"cache": "0xc00087fe30"}
  6. 2024/01/09 18:57:48.877 ←[34mINFO←[0m http server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS {"server_name": "srv0", "https_port": 443}
  7. 2024/01/09 18:57:48.878 ←[34mINFO←[0m http enabling automatic HTTP->HTTPS redirects {"server_name": "srv0"}
  8. 2024/01/09 18:57:48.878 ←[34mINFO←[0m tls cleaning storage unit {"description": "FileStorage:C:\\Users\\phili\\AppData\\Roaming\\Caddy"}
  9. 2024/01/09 18:57:48.878 ←[34mINFO←[0m http enabling HTTP/3 listener {"addr": ":443"}
  10. 2024/01/09 18:57:48.878 ←[34mINFO←[0m http.log server running {"name": "srv0", "protocols": ["h1", "h2", "h3"]}
  11. 2024/01/09 18:57:48.879 ←[34mINFO←[0m http.log server running {"name": "remaining_auto_https_redirects", "protocols": ["h1", "h2", "h3"]}
  12. 2024/01/09 18:57:48.879 ←[34mINFO←[0m http enabling automatic TLS certificate management {"domains": ["default.ddns.net"]}
  13. 2024/01/09 18:57:48.880 ←[34mINFO←[0m tls finished cleaning storage units
  14. 2024/01/09 18:57:48.880 ←[34mINFO←[0m autosaved config (load with --resume flag) {"file": "C:\\Users\\phili\\AppData\\Roaming\\Caddy\\autosave.json"}
  15. 2024/01/09 18:57:48.880 ←[34mINFO←[0m serving initial configuration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement