system/nginx/01/lan.conf

6 lines
81 B
Plaintext
Raw Normal View History

server {
listen 127.0.0.2:80;
server_name theia.local;
root /srv/www/lan;
}