No well-known directory for gnusocial or postactiv
This commit is contained in:
parent
813558aaf2
commit
96af60614e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue