Fix ip address for openbsd install file web server
This commit is contained in:
parent
4cd5d7f3d5
commit
202a02359e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue