1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

freepbx_http_port should be pbx_http_port

This commit is contained in:
Anish Mangal 2019-06-23 04:29:33 +00:00
parent 5862a413e4
commit fe8b9474a0
2 changed files with 3 additions and 3 deletions

View file

@ -134,10 +134,10 @@
state: absent
when: not pbx_enabled
- name: FreePBX - Add {{ freepbx_http_port }} as a Listen directive to apache ports.conf
- name: FreePBX - Add {{ pbx_http_port }} as a Listen directive to apache ports.conf
lineinfile:
path: /etc/apache2/ports.conf
line: "Listen {{ freepbx_http_port }}"
line: "Listen {{ pbx_http_port }}"
insertafter: Listen 80
- name: FreePBX - Restart Apache service ({{ apache_service }})

View file

@ -1,4 +1,4 @@
<VirtualHost *:{{ freepbx_http_port }}>
<VirtualHost *:{{ pbx_http_port }}>
ServerAdmin admin@box.lan
DocumentRoot /var/www/html/