nginx setting from example

This commit is contained in:
Bob Mottram 2016-11-09 22:18:20 +00:00
parent 48c15dcc3c
commit c503b2dc15
1 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,9 @@ function install_jitsi {
if [[ $ONION_ONLY == "no" ]]; then
function_check nginx_http_redirect
nginx_http_redirect $JITSI_DOMAIN_NAME
echo '' >> $jitsi_nginx_site
echo 'server_names_hash_bucket_size 64;' >> $jitsi_nginx_site
echo '' >> $jitsi_nginx_site
echo 'server {' >> $jitsi_nginx_site
echo ' listen 443 ssl;' >> $jitsi_nginx_site
echo " server_name ${JITSI_DOMAIN_NAME};" >> $jitsi_nginx_site