library/roles/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2: Fix the uri-resolver configuration.

This commit is contained in:
Andrea Dell'Amico 2018-10-23 14:58:17 +02:00
parent a209ecbb8c
commit f20092e6ae
1 changed files with 2 additions and 0 deletions

View File

@ -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 / {