mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
freepbx.yml: Explain 'fwconsole set CHECKREFERER 1'
This commit is contained in:
parent
5a68c15da2
commit
d1958306b9
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@
|
|||
|
||||
|
||||
- name: FreePBX - Run 'fwconsole set CHECKREFERER 0' (0 means false) so 'Submit' button definitively works at http://box/freepbx >> Settings >> Advanced Settings - if pbx_try_nginx -- FYI you can run 'fwconsole set -l' or 'fwconsole set CHECKREFERER' to view FreePBX settings -- FYI /etc/freepbx.conf can override individual settings (variable values) in FreePBX's internal db if nec
|
||||
command: fwconsole set CHECKREFERER 0 # Run 'fwconsole set CHECKREFERER 1' to restore FreePBX's default strict checking.
|
||||
command: fwconsole set CHECKREFERER 0 # Or/later run 'fwconsole set CHECKREFERER 1' (1 means true) to restore FreePBX's default strict checking.
|
||||
when: pbx_try_nginx
|
||||
|
||||
# - name: Add "$amp_conf['CHECKREFERER'] = false;" to /etc/freepbx.conf #2931 - if pbx_try_nginx"
|
||||
|
|
Loading…
Add table
Reference in a new issue