migrate to OSM

This commit is contained in:
ragu 2022-05-27 17:11:35 +02:00
parent cc4dfcd70f
commit 46f86f6c05
13 changed files with 476 additions and 59 deletions

View file

@ -75,11 +75,11 @@ SSLCertificateKeyFile /etc/letsencrypt/live/example.tld-0003/privkey.pem
Allow from all
</Location>
<Location /APIvelo>
SetHandler perl-script
PerlInitHandler Apache2::Reload
PerlResponseHandler Mod::APIvelo
</Location>
#<Location /APIvelo>
# SetHandler perl-script
# PerlInitHandler Apache2::Reload
# PerlResponseHandler Mod::APIvelo
#</Location>
<Location /APIjsonserver>
SetHandler perl-script
@ -87,6 +87,12 @@ SSLCertificateKeyFile /etc/letsencrypt/live/example.tld-0003/privkey.pem
PerlResponseHandler Mod::APIjsonserver
</Location>
<Location /GBFSout>
SetHandler perl-script
PerlInitHandler Apache2::Reload
PerlResponseHandler Mod::GBFSout
</Location>
<Location /FileOut>
SetHandler perl-script
PerlInitHandler Apache2::Reload