|
@@ -452,7 +452,7 @@ function install_postactiv_main {
|
452
|
452
|
echo ' deny all;' >> $postactiv_nginx_site
|
453
|
453
|
echo ' }' >> $postactiv_nginx_site
|
454
|
454
|
echo '' >> $postactiv_nginx_site
|
455
|
|
- nginx_keybase ${POSTACTIV_DOMAIN_NAME}
|
|
455
|
+ # DO NOT ENABLE KEYBASE. postactiv really doesn't like having a .well-known directory
|
456
|
456
|
echo '}' >> $postactiv_nginx_site
|
457
|
457
|
else
|
458
|
458
|
echo -n '' > $postactiv_nginx_site
|
|
@@ -497,7 +497,7 @@ function install_postactiv_main {
|
497
|
497
|
echo ' deny all;' >> $postactiv_nginx_site
|
498
|
498
|
echo ' }' >> $postactiv_nginx_site
|
499
|
499
|
echo '' >> $postactiv_nginx_site
|
500
|
|
- nginx_keybase ${POSTACTIV_DOMAIN_NAME}
|
|
500
|
+ # DO NOT ENABLE KEYBASE. postactiv really doesn't like having a .well-known directory
|
501
|
501
|
echo '}' >> $postactiv_nginx_site
|
502
|
502
|
|
503
|
503
|
function_check configure_php
|