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
Copy file name to clipboardExpand all lines: docs/options.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ You can also customize the `Caddyfile` by using the following environment variab
57
57
|`CADDY_GLOBAL_OPTIONS`| the [global options block](https://caddyserver.com/docs/caddyfile/options#global-options), one per line ||
58
58
|`CADDY_EXTRA_CONFIG`| the [snippet](https://caddyserver.com/docs/caddyfile/concepts#snippets) or the [named-routes](https://caddyserver.com/docs/caddyfile/concepts#named-routes) options block, one per line ||
59
59
|`CADDY_SERVER_EXTRA_DIRECTIVES`| the [`Caddyfile` directives](https://caddyserver.com/docs/caddyfile/concepts#directives)||
60
+
|`CADDY_SERVER_LOG_OPTIONS`| the [server log options block](https://caddyserver.com/docs/caddyfile/directives/log), one per line ||
60
61
|`SERVER_NAME`| the server name or address |`localhost`|
61
62
|`FRANKENPHP_CONFIG`| a list of extra [FrankenPHP directives](https://frankenphp.dev/docs/config/#caddyfile-config), one per line |`import worker.Caddyfile`|
62
63
|`MERCURE_TRANSPORT_URL`| the value passed to the `transport_url` directive |`bolt://mercure.db`|
0 commit comments