Skip to content

Commit

Permalink
FusionPBX Domain Routing Sync:
Browse files Browse the repository at this point in the history
- Added logic that will generate a hash of domain names during the sync.  The sync will only run if the hash changes
- Added logic to create a self-signed certificate for nginx.  This will allow the service to start up using SSL
 Fixes #193
  • Loading branch information
mackhendricks committed Aug 5, 2019
1 parent edd4cbc commit 4d74524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/modules/fusionpbx/dsiprouter.nginx.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
listen 80;
listen 443 ssl;
ssl_certificate /etc/nginx/html/certs/cert_combined.crt;
ssl_certificate_key /etc/nginx/html/certs/cert.key;
ssl_certificate /etc/nginx/certs/cert_combined.crt;
ssl_certificate_key /etc/nginx/certs/cert.key;
location /provision/ {
proxy_pass https://fusionpbx;
Expand Down

0 comments on commit 4d74524

Please sign in to comment.