1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00

Merge pull request #1764 from m-anish/pbx_fix_new

freepbx_http_port should be pbx_http_port
This commit is contained in:
A Holt 2019-06-23 04:09:06 -04:00 committed by GitHub
commit d0fe595bd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -134,10 +134,10 @@
state: absent state: absent
when: not pbx_enabled 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: lineinfile:
path: /etc/apache2/ports.conf path: /etc/apache2/ports.conf
line: "Listen {{ freepbx_http_port }}" line: "Listen {{ pbx_http_port }}"
insertafter: Listen 80 insertafter: Listen 80
- name: FreePBX - Restart Apache service ({{ apache_service }}) - 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 ServerAdmin admin@box.lan
DocumentRoot /var/www/html/ DocumentRoot /var/www/html/