Fix ip address for openbsd install file web server

This commit is contained in:
Timo Makinen 2022-09-17 17:39:08 +00:00
parent 4cd5d7f3d5
commit 202a02359e

View file

@ -92,8 +92,8 @@
dest: /etc/nginx/conf.d/172.20.20.1.conf
content: |
server {
listen 172.20.20.1:80;
server_name 172.20.20.1;
listen 172.20.20.10:80;
server_name 172.20.20.10;
location / {
location /install.conf {
alias /srv/tftpboot/install.conf;