We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apacheconf
1 parent b6f54c2 commit 4cd750bCopy full SHA for 4cd750b
docs/reverse-proxy/caddy/caddy.md
@@ -24,7 +24,7 @@ Add caddy to your `docker-compose.yaml` file.
24
25
Create a `Caddyfile` in your `docker-compose.yaml` folder and mount it to `/etc/caddy/Caddyfile` in your caddy container.
26
27
-```conf
+```apacheconf
28
{{{ #://./examples/Caddyfile }}}
29
```
30
docs/reverse-proxy/nginx/nginx.md
@@ -26,7 +26,7 @@ To include the needed mounts for your certificates and your config.
Create a `nginx.conf` file in the `docker-compose.yaml` folder and mount it to `/etc/nginx/conf.d/default.conf` in your nginx container.
{{{ #://./examples/nginx.conf }}}
31
32
0 commit comments