1
0
Fork 0
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:
A Holt 2021-08-11 02:15:16 -04:00 committed by GitHub
commit eaf3a80d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 630 additions and 7 deletions

View file

@ -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;