9 lines
131 B
Plaintext
9 lines
131 B
Plaintext
server {
|
|
listen 80 default_server;
|
|
|
|
location / {
|
|
root /var/www/localhost/htdocs;
|
|
index index.html;
|
|
}
|
|
}
|