11 lines
183 B
Text
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;
|
|
}
|