Skip to content

Commit 4cd750b

Browse files
committed
use apacheconf for Caddyfile and nginx.conf highlighting
1 parent b6f54c2 commit 4cd750b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reverse-proxy/caddy/caddy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add caddy to your `docker-compose.yaml` file.
2424

2525
Create a `Caddyfile` in your `docker-compose.yaml` folder and mount it to `/etc/caddy/Caddyfile` in your caddy container.
2626

27-
```conf
27+
```apacheconf
2828
{{{ #://./examples/Caddyfile }}}
2929
```
3030

docs/reverse-proxy/nginx/nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To include the needed mounts for your certificates and your config.
2626

2727
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.
2828

29-
```conf
29+
```apacheconf
3030
{{{ #://./examples/nginx.conf }}}
3131
```
3232

0 commit comments

Comments
 (0)