forked from web/portal
adopt to ecogood.org
This commit is contained in:
@@ -7,9 +7,9 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
|
|||||||
rm -rf public
|
rm -rf public
|
||||||
hugo
|
hugo
|
||||||
rsync -v --archive --delete --exclude /.htpasswd public/ \
|
rsync -v --archive --delete --exclude /.htpasswd public/ \
|
||||||
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/htdocs-ssl/
|
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.org/htdocs-ssl/
|
||||||
rsync -v --archive public/.htpasswd \
|
rsync -v --archive public/.htpasswd \
|
||||||
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/
|
ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.org/
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo Finished. See results at https://my.ecogood.world
|
echo Finished. See results at https://my.ecogood.org
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
baseURL = "https://my.ecogood.world/"
|
baseURL = "/"
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
title = "ECG Portal"
|
title = "ECG Portal"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# authentication
|
# authentication
|
||||||
AuthType Basic
|
AuthType Basic
|
||||||
AuthName "Geschuetzter Bereich. Zugangsdaten koennen beim AK-IT unbuerokratish angefordert werden."
|
AuthName "Geschuetzter Bereich. Zugangsdaten koennen beim AK-IT unbuerokratish angefordert werden."
|
||||||
AuthUserFile /home/pacs/ecg00/users/portal/doms/my.ecogood.world/.htpasswd
|
AuthUserFile /home/pacs/ecg00/users/portal/doms/my.ecogood.org/.htpasswd
|
||||||
Require valid-user
|
Require valid-user
|
||||||
|
|
||||||
# CSP Starter Policy: allows images, scripts, AJAX, and CSS from the same origin, and does not allow any other resources to load (eg object, frame, media, etc).
|
# CSP Starter Policy: allows images, scripts, AJAX, and CSS from the same origin, and does not allow any other resources to load (eg object, frame, media, etc).
|
||||||
|
|||||||
Reference in New Issue
Block a user