Skip to content

Commit

Permalink
pass var to jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Mar 26, 2024
1 parent 9d6cb07 commit 47b4651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reverse-proxy/gen-caddyfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def gen_caddyfile():
services=services,
nb_services=len(services),
files_map=files_map,
is_online_demo=is_online_demo,
)
)
except Exception as exc:
Expand Down

0 comments on commit 47b4651

Please sign in to comment.