5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
server {
|
|
listen 192.168.0.120:80;
|
|
root /srv/www/local;
|
|
}
|