From 38c231f172659b5d573ea0d3cbda6d83915f9236 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 13 Oct 2024 00:22:19 +0200 Subject: [PATCH] restore access to old nextcloud instance internally --- playbooks/apps/files/Caddyfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/apps/files/Caddyfile b/playbooks/apps/files/Caddyfile index 4bacd49..c98057d 100644 --- a/playbooks/apps/files/Caddyfile +++ b/playbooks/apps/files/Caddyfile @@ -267,6 +267,12 @@ aio.augendre.info { } } +cloud-old.augendre.info { + import common_headers + import internal + reverse_proxy localhost:9999 +} + ######################################################### # REDIRECTS #########################################################