No well-known directory for gnusocial or postactiv

This commit is contained in:
Bob Mottram 2016-12-04 18:44:24 +00:00
parent 813558aaf2
commit 96af60614e
2 changed files with 4 additions and 4 deletions

View File

@ -607,7 +607,7 @@ function install_gnusocial_main {
echo ' deny all;' >> $gnusocial_nginx_site
echo ' }' >> $gnusocial_nginx_site
echo '' >> $gnusocial_nginx_site
nginx_keybase $GNUSOCIAL_DOMAIN_NAME
# DO NOT ENABLE KEYBASE. gnusocial really doesn't like having a .well-known directory
echo '}' >> $gnusocial_nginx_site
else
echo -n '' > $gnusocial_nginx_site
@ -652,7 +652,7 @@ function install_gnusocial_main {
echo ' deny all;' >> $gnusocial_nginx_site
echo ' }' >> $gnusocial_nginx_site
echo '' >> $gnusocial_nginx_site
nginx_keybase $GNUSOCIAL_DOMAIN_NAME
# DO NOT ENABLE KEYBASE. gnusocial really doesn't like having a .well-known directory
echo '}' >> $gnusocial_nginx_site
function_check configure_php

View File

@ -452,7 +452,7 @@ function install_postactiv_main {
echo ' deny all;' >> $postactiv_nginx_site
echo ' }' >> $postactiv_nginx_site
echo '' >> $postactiv_nginx_site
nginx_keybase ${POSTACTIV_DOMAIN_NAME}
# DO NOT ENABLE KEYBASE. postactiv really doesn't like having a .well-known directory
echo '}' >> $postactiv_nginx_site
else
echo -n '' > $postactiv_nginx_site
@ -497,7 +497,7 @@ function install_postactiv_main {
echo ' deny all;' >> $postactiv_nginx_site
echo ' }' >> $postactiv_nginx_site
echo '' >> $postactiv_nginx_site
nginx_keybase ${POSTACTIV_DOMAIN_NAME}
# DO NOT ENABLE KEYBASE. postactiv really doesn't like having a .well-known directory
echo '}' >> $postactiv_nginx_site
function_check configure_php