1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

hard code a ficticious, but stable, server name for url linked to by captive portal

This commit is contained in:
George Hunt 2018-10-01 19:48:08 +00:00
parent e26aa688c7
commit d90b6becb9
5 changed files with 5 additions and 4 deletions

View file

@ -176,8 +176,8 @@ DocumentRoot "{{ doc_root }}"
<VirtualHost *:80>
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
ServerName box
ServerAlias box.lan
ServerName {{ iiab_hostname }}
ServerAlias server.lan
<Directory "{{ doc_root }}">
Options Indexes FollowSymLinks
AllowOverride None