Fix typo in the name of the macro
Change-Id: I1ccf823005d69fb22d79943a511eeb366a113d13
diff --git a/devops_portal/files/nginx.conf b/devops_portal/files/nginx.conf
index ee80d87..5325475 100644
--- a/devops_portal/files/nginx.conf
+++ b/devops_portal/files/nginx.conf
@@ -1,6 +1,6 @@
{%- from "devops_portal/map.jinja" import config with context -%}
{%- from "devops_portal/map.jinja" import services with context -%}
-{%- from "devops_portal/map.jinja" import service_endpoint with context -%}
+{%- from "devops_portal/map.jinja" import service_url with context -%}
daemon off;
worker_processes 1;