system/nginx/03/local.conf
Georg 247dc78649 Initial nginx run 03/05
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-30 20:57:05 +02:00

5 lines
59 B
Plaintext

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