From dc1261d703ae1e1a14841b030888e3f87ff7c38f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 1 May 2024 21:45:52 -0500 Subject: prettier formatting and rewrap lines --- content/blog/2023-06-30-self-hosting-voyager.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/blog/2023-06-30-self-hosting-voyager.md') diff --git a/content/blog/2023-06-30-self-hosting-voyager.md b/content/blog/2023-06-30-self-hosting-voyager.md index 828c0c6..3ec5d83 100644 --- a/content/blog/2023-06-30-self-hosting-voyager.md +++ b/content/blog/2023-06-30-self-hosting-voyager.md @@ -48,7 +48,7 @@ I will be using a `docker-compose.yml` file to run this container, instead of a nano docker-compose.yml ``` -``` conf +```conf version: "2" services: voyager: @@ -70,8 +70,8 @@ The web app will now be available at the following address: ## Reverse Proxy -If you want to visit this app via an external URL or domain name, you'll need -to set up a reverse proxy. The example below uses Nginx as a reverse proxy. +If you want to visit this app via an external URL or domain name, you'll need to +set up a reverse proxy. The example below uses Nginx as a reverse proxy. Simply create the configuration file, paste the contents below, save the file, symlink the file, and restart Nginx. @@ -80,7 +80,7 @@ symlink the file, and restart Nginx. sudo nano /etc/nginx/sites-available/voyager ``` -``` conf +```conf server { if ($host ~ ^[^.]+\.example\.com$) { return 301 https://$host$request_uri; -- cgit v1.2.3-70-g09d2