File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -316,13 +316,6 @@ location /out/raumaadmin.mattersoft.fi/ {
316
316
proxy_set_header Authorization RAUMA_STATIC_BASIC_AUTH;
317
317
}
318
318
319
- #perille gtfs
320
- location /out/gtfs.perille.fi/ {
321
- proxy_pass https://gtfs.perille.fi/;
322
- include allowed-ips.conf;
323
- proxy_set_header Authorization PERILLE_BASIC_AUTH;
324
- }
325
-
326
319
#donkey citybike api (for example https://stables.donkey.bike/api/public/gbfs/2/donkey_lappeenranta/gbfs.json)
327
320
location /out/stables.donkey.bike/ {
328
321
proxy_pass https://stables.donkey.bike/;
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ sed -i "s/MIKKELI_BASIC_AUTH/${MIKKELI_BASIC_AUTH}/" /etc/nginx/external.conf
19
19
sed -i " s/VAASA_BASIC_AUTH/${VAASA_BASIC_AUTH} /" /etc/nginx/external.conf
20
20
sed -i " s/SALO_BASIC_AUTH/${SALO_BASIC_AUTH} /" /etc/nginx/external.conf
21
21
sed -i " s/KOUVOLA_BASIC_AUTH/${KOUVOLA_BASIC_AUTH} /" /etc/nginx/external.conf
22
- sed -i " s/PERILLE_BASIC_AUTH/${PERILLE_BASIC_AUTH} /" /etc/nginx/external.conf
23
22
sed -i " s/GIRAVOLTA_TAMPERE_AUTH/${GIRAVOLTA_TAMPERE_AUTH} /" /etc/nginx/external.conf
24
23
sed -i " s/KOTKA_BASIC_AUTH/${KOTKA_BASIC_AUTH} /" /etc/nginx/external.conf
25
24
sed -i " s/ROVANIEMI_BASIC_AUTH/${ROVANIEMI_BASIC_AUTH} /" /etc/nginx/external.conf
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ CONTAINER_ID=$(docker run -d -p 9000:8080 $ADDHOSTS -e VILKKU_BASIC_AUTH="\"test
20
20
-e HAMEENLINNA_BASIC_AUTH=" \" test\" " -e NEW_HSL_FI_URL=hsl.fi \
21
21
-e LMJ_BASIC_AUTH=" \" test\" " -e MIKKELI_BASIC_AUTH=" \" test\" " \
22
22
-e VAASA_BASIC_AUTH=" \" test\" " -e SALO_BASIC_AUTH=" \" test\" " -e ROVANIEMI_BASIC_AUTH=" \" test\" " \
23
- -e KOUVOLA_BASIC_AUTH=" \" test\" " -e PERILLE_BASIC_AUTH= " \" test \" " -e KAJAANI_BASIC_AUTH=" \" test\" " \
23
+ -e KOUVOLA_BASIC_AUTH=" \" test\" " -e KAJAANI_BASIC_AUTH=" \" test\" " \
24
24
-e GIRAVOLTA_TAMPERE_AUTH=" \" test\" " -e KOTKA_BASIC_AUTH=" \" test\" " \
25
25
-e GIRAVOLTA_VANTAA_AUTH=" \" test\" " -e VARELY_BASIC_AUTH=" \" test\" " \
26
26
-e RAUMA_RT_BASIC_AUTH=" \" test\" " -e RAUMA_STATIC_BASIC_AUTH=" \" test\" " \
You can’t perform that action at this time.
0 commit comments