std-error-pages

This commit is contained in:
gauthiier 2025-09-26 13:59:38 +02:00
parent bcd67dfcf9
commit 14f44db431

View File

@ -14,6 +14,8 @@ server {
server_name %domain?; server_name %domain?;
include /home/%user?/html/std-error-pages.conf;
location / { location / {
root /home/%user?/html/%domain?; root /home/%user?/html/%domain?;
} }