mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
nginx/tasks/install.yml: Overwrite /etc/apache2/ports.conf + Deprecate unmaintained Elgg
This commit is contained in:
parent
fc724ab386
commit
9f58a01b93
13 changed files with 9 additions and 4 deletions
|
@ -2,7 +2,11 @@
|
|||
# have to change the VirtualHost statement in
|
||||
# /etc/apache2/sites-enabled/000-default.conf
|
||||
|
||||
Listen 127.0.0.1:{{ apache_port }}
|
||||
# Apache's stock default
|
||||
#Listen 80
|
||||
|
||||
# IIAB NGINX proxying to legacy svcs (Dec 2019 - Aug 2021)
|
||||
#Listen 127.0.0.1:{{ apache_port }}
|
||||
|
||||
#<IfModule ssl_module>
|
||||
# Listen 443
|
||||
|
@ -13,3 +17,4 @@ Listen 127.0.0.1:{{ apache_port }}
|
|||
#</IfModule>
|
||||
|
||||
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue