This commit is contained in:
gauthiier
2022-03-19 13:50:22 +01:00
parent c88b24b14b
commit 5abbf6a168
3 changed files with 67 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ server {
location / {
root /home/%user?/html/%domain?;
index index.html;
try_files $uri $uri/index.html;
}