6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
server {
|
||
|
listen 127.0.0.2:80;
|
||
|
server_name theia.local;
|
||
|
root /srv/www/lan;
|
||
|
}
|