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 dest: /etc/nginx/conf.d/172.20.20.1.conf
content: | content: |
server { server {
listen 172.20.20.1:80; listen 172.20.20.10:80;
server_name 172.20.20.1; server_name 172.20.20.10;
location / { location / {
location /install.conf { location /install.conf {
alias /srv/tftpboot/install.conf; alias /srv/tftpboot/install.conf;