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

View File

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