main_server/volumes/nginx/conf.d/how-to-linux.mo8it.com.conf
2022-11-22 11:24:47 +01:00

11 lines
183 B
Text

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