generated from JetBrains/intellij-platform-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Having changed the Caddyfile to use environment vars from:
something.blah.ts.net {
handle_path /hello {
reverse_proxy hello:8080
}
}
to
{$TAILSCALE_HOSTNAME} {
handle_path /hello {
reverse_proxy hello:8080
}
}
Caddy is happy but we get an error raised by the plugin CaddyTokenType.COMMENT or CaddyTokenType.EOL expected, got '}':
Thanks for a very helpful plugin.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels