Integriere Docusaurus in Haupt-Compose mit TLS unter /docs
This commit is contained in:
@@ -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?)$ {
|
||||
|
||||
Reference in New Issue
Block a user