Remove leftover njs config

This commit is contained in:
Cedric Ziel
2020-11-02 17:47:23 +01:00
parent d45b613b61
commit 8cd5551984
2 changed files with 0 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ ENV CATALOGUE_HOST=catalogue \
PAYMENT_HOST=payment \
RATINGS_HOST=ratings
COPY njs.conf /etc/nginx/conf.d/njs.conf
COPY entrypoint.sh /root/
ENTRYPOINT ["/root/entrypoint.sh"]

View File

@@ -1,8 +0,0 @@
# geo tags for calls derived from x-forwarded-for header
js_path /opt/nginx_js;
js_import instana_random_geo.js;
js_set $fake_ip instana_random_geo;