system/nginx/01/lan.conf
Georg 675ce1ee97 Initial nginx run 01/05
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-30 20:38:56 +02:00

6 lines
81 B
Plaintext

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