forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/smartgears-nginx-frontend/templates/generic-smartgears-virtualhost.j2: Fix the uri-resolver configuration.
This commit is contained in:
parent
a209ecbb8c
commit
f20092e6ae
|
@ -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 / {
|
||||
|
|
Loading…
Reference in New Issue