Integriere Docusaurus in Haupt-Compose mit TLS unter /docs

This commit is contained in:
2026-04-22 14:48:11 +02:00
parent 9fea18b215
commit 30dc99e4e0
5 changed files with 49 additions and 38 deletions

View File

@@ -6,7 +6,7 @@ server {
index index.html;
location / {
try_files $uri $uri/ /index.html;
try_files $uri $uri/ /docs/index.html;
}
location ~* \.(?:css|js|map|jpg|jpeg|gif|png|svg|ico|webp|woff2?)$ {