06: Fehler in Anleitung korrigiert

main
Teena Steger 2025-11-05 12:43:31 +01:00
parent b759c413c1
commit 8f0345be6c
1 changed files with 11 additions and 11 deletions

View File

@ -31,7 +31,7 @@
server_name localhost;
location / {
root /Users/{IhrUser}/meine-website;
root html/meine-website;
index index.html index.htm;
try_files $uri $uri/ =404;
}