From 7fe2341520eb694a7fde44f02b3a006aa1989348 Mon Sep 17 00:00:00 2001 From: laur Date: Tue, 22 Oct 2024 17:51:25 +0200 Subject: [PATCH] recipes.subdomain.conf: remove comment containing dead URL - note our sample already contains the authelia info that's in-line with all other proxy confs; no need for additional instructions --- recipes.subdomain.conf.sample | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes.subdomain.conf.sample b/recipes.subdomain.conf.sample index 2c772ea..4789c76 100644 --- a/recipes.subdomain.conf.sample +++ b/recipes.subdomain.conf.sample @@ -3,9 +3,6 @@ # make sure that your dns has a cname set for recipes # make sure to mount /media/ in your swag container to point to your Recipes Media directory -# if using Authelia use this one: -# Doc: https://vabene1111.github.io/recipes/install/docker/#using-proxy-authentication - server { listen 443 ssl; listen [::]:443 ssl;