mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
supply apache ports file
This commit is contained in:
parent
90c0a3046a
commit
fcda2129c4
2 changed files with 40 additions and 8 deletions
16
roles/nginx/templates/stock-apache-ports.conf
Normal file
16
roles/nginx/templates/stock-apache-ports.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
# If you just change the port or add more ports here, you will likely also
|
||||
# have to change the VirtualHost statement in
|
||||
# /etc/apache2/sites-enabled/000-default.conf
|
||||
|
||||
Listen 80
|
||||
|
||||
<IfModule ssl_module>
|
||||
Listen 443
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_gnutls.c>
|
||||
Listen 443
|
||||
</IfModule>
|
||||
|
||||
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue