deploy(minor): fix robots.txt not being in the right path
fix path matching in docker compose
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user