From b09546e12ad828fd4588b717a25e057f6f9dc536 Mon Sep 17 00:00:00 2001 From: sunstep <73174517+sunstep@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:04:26 +0200 Subject: [PATCH] Make code snippets have a color --- docs/how_to_setup_reverse_proxy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how_to_setup_reverse_proxy.md b/docs/how_to_setup_reverse_proxy.md index b4e81a0f..bfcf257c 100644 --- a/docs/how_to_setup_reverse_proxy.md +++ b/docs/how_to_setup_reverse_proxy.md @@ -24,7 +24,7 @@ Now that the app works with a domain name, the server needs to be set up to use Below are examples of reverse proxy configurations. ### Nginx -``` +```nginx server { listen 80; @@ -58,7 +58,7 @@ sudo a2enmod headers With the above commands entered, the configuration below should work properly. -``` +```apache ServerName example.com @@ -95,7 +95,7 @@ docker network create dawarich ``` Adjust the following part of your Dawarich docker-compose.yaml, so that the web app is exposed to your new network and the backend Dawarich network: -``` +```yaml networks: dawarich: frontend: @@ -105,7 +105,7 @@ services: ``` Lastly, edit your Caddy config as needed: -``` +```caddy { http_port 80 https_port 443