Skip to content

Instantly share code, notes, and snippets.

View gremo's full-sized avatar

Marco Polichetti gremo

  • Udine, Italy
View GitHub Profile
@gremo
gremo / Caddyfile
Created May 17, 2023 12:43
Caddy + Portainer subfolder
{
admin off
}
{$SERVER_NAME}
redir /portainer /portainer/
handle_path /portainer/* {
reverse_proxy http://portainer:9000