forked from WEB-IMB-WS2526/lab-development-imb
06: Fehler in Anleitung korrigiert
parent
b759c413c1
commit
8f0345be6c
|
|
@ -31,7 +31,7 @@
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /Users/{IhrUser}/meine-website;
|
root html/meine-website;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue