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:
parent
e26aa688c7
commit
d90b6becb9
5 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue