mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2931 from holta/fpm-asterisk
WIP: Contextualize @jvonau's /etc/php/7.4/fpm/pool.d/asterisk.conf (PR #2930) for FreePBX on NGINX
This commit is contained in:
commit
eaf3a80d86
8 changed files with 630 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
|||
server {
|
||||
root {{ doc_root }};
|
||||
server_name {{ iiab_hostname }};
|
||||
server_name $hostname; # e.g. box.lan, set dynamically when NGINX starts
|
||||
#server_name {{ iiab_hostname }}.{{ iiab_domain }};
|
||||
#server_name {{ iiab_hostname }};
|
||||
listen 80;
|
||||
|
||||
index index.php index.html index.htm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue