11 lines
161 B
Text
11 lines
161 B
Text
server {
|
|
listen 80;
|
|
server_name juna-li.com;
|
|
|
|
location / {
|
|
root /volumes/sites/juna-li.com;
|
|
index index.html;
|
|
}
|
|
|
|
error_page 404 /404.html;
|
|
}
|