From: Kai Moritz Date: Mon, 8 Dec 2025 18:07:03 +0000 (+0100) Subject: Hugo-Contend is served by nginx X-Git-Tag: hugo--rebase--2025-12-17--21-17~8 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=babf8bcad6f922161b58fcb7a2b4df403a1a5db6;p=website Hugo-Contend is served by nginx --- diff --git a/.gitmodules b/.gitmodules index 325eddef..e69de29b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "juplo.de"] - path = juplo.de - url = juplo.de:/var/lib/git/juplo/website - branch = frontend diff --git a/juplo.de b/juplo.de deleted file mode 160000 index d306ede4..00000000 --- a/juplo.de +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d306ede4bcd5c07c74288921d8117bd32735e352 diff --git a/nginx.conf b/nginx.conf index b5a1b87c..03579c5a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ server { index index.html index.htm; - root /usr/share/nginx/html/juplo.de/dist; + root /usr/share/nginx/html/generated-2025-11-21-17-29-08/public; location / { expires 0;