1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

soft code again, get microsoft working again by adding FQDN

This commit is contained in:
George Hunt 2018-12-08 18:17:09 +00:00
parent a2146482b2
commit 2d9704947c
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<VirtualHost _default_:80>
ErrorLog /var/log/apache2/error.log
CustomLog /var/log/apache2/access.log combined
<Directory /library/www/html>
<Directory {{ doc_root }}>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
@ -19,8 +19,8 @@
ServerName iiab.io
Include /etc/apache2/capture
# ProxyPreserveHost On
# ProxyPass / http://box.lan:9090/
# ProxyPassReverse / http://box.lan:9090/
# ProxyPass / http://box.lan:{{ captive_portal_port }}/
# ProxyPassReverse / http://box.lan:{{ captive_portal_port }}/
ErrorLog /var/log/apache2/cp_error.log
WSGIScriptAlias / /opt/iiab/captive-portal/capture-wsgi.py
#WSGIScriptAlias / /opt/iiab/captive-portal/test.py

View file

@ -78,7 +78,7 @@ sys.stdout = sl
stderr_logger = logging.getLogger('STDERR')
sl = StreamToLogger(stderr_logger, logging.ERROR)
sys.stderr = sl
PORT=9090
PORT={{ captive_portal_port }}
# Define globals