deploy(minor): fix robots.txt not being in the right path

fix path matching in docker compose
This commit is contained in:
Langhammer, Jens
2019-10-04 12:01:38 +02:00
parent ccbc0384f9
commit 2209b6d603
3 changed files with 4 additions and 3 deletions

View File

@ -41,7 +41,7 @@ http {
gunzip on;
add_header X-passbook-Version 0.4.2-beta;
add_header Vary X-passbook-Version;
root /static/;
root /data/;
location /_/healthz {
return 204;