diff --git a/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 b/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 index 191777bd..1b5bf871 100644 --- a/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 +++ b/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2 @@ -150,6 +150,7 @@ server { allow {{ ip }}; {% endfor %} deny all; + proxy_pass http://127.0.0.1:{{ smartgears_http_port }}/uri-resolver/geonetwork; } location / { @@ -319,6 +320,7 @@ server { allow {{ ip }}; {% endfor %} deny all; + proxy_pass http://127.0.0.1:{{ smartgears_http_port }}/uri-resolver/geonetwork; } location / {