From 9f4d1464bdb26fbb1bd2d4f5df0a9815159088a1 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 10 Dec 2023 00:29:49 +0100 Subject: [PATCH] add de & en path prefixes for websdite --- .../configs/hackertours/nginx/hackertours.hamburg.ccc.de.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/files/chaosknoten/configs/hackertours/nginx/hackertours.hamburg.ccc.de.conf b/playbooks/files/chaosknoten/configs/hackertours/nginx/hackertours.hamburg.ccc.de.conf index aafb084..7f64e64 100644 --- a/playbooks/files/chaosknoten/configs/hackertours/nginx/hackertours.hamburg.ccc.de.conf +++ b/playbooks/files/chaosknoten/configs/hackertours/nginx/hackertours.hamburg.ccc.de.conf @@ -39,7 +39,7 @@ server { location = / { proxy_pass http://127.0.0.1:8888/; } - location ~ ^/(apple-touch-icon.png|assets|css|js|posts|tours)(.*)$ { + location ~ ^/(apple-touch-icon.png|assets|css|de|en|js|posts|tours)(.*)$ { proxy_pass http://127.0.0.1:8888/$1$2; }