main_server/volumes/nginx/conf.d/how-to-linux.mo8it.xyz.conf

11 lines
183 B
Text

server {
listen 80;
server_name how-to-linux.mo8it.xyz;
location / {
root /volumes/sites/how-to-linux.mo8it.xyz;
index index.html;
}
error_page 404 /404.html;
}