system/nginx/03/local.conf

5 lines
59 B
Plaintext
Raw Normal View History

server {
listen 192.168.0.120:80;
root /srv/www/local;
}