This commit is contained in:
gauthiier 2022-03-19 14:44:23 +01:00
parent 5abbf6a168
commit 188c9b7268

View File

@ -15,7 +15,6 @@ server {
location / { location / {
root /home/%user?/html/%domain?; root /home/%user?/html/%domain?;
try_files $uri $uri/index.html;
} }