Skip to content
Snippets Groups Projects
Commit 608be020 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

test resolve

parent f1b69938
No related branches found
No related tags found
1 merge request!942render page for linkedin
......@@ -43,7 +43,11 @@ server {
resolver dns-default.openshift-dns.svc.cluster.local;
if ($prerender = 1) {
# For use of proxy_pass within a regular expression location, cf. https://stackoverflow.com/a/53354944
proxy_pass http://res-client-service:8080/api/render/$1;
# tester :
#proxy_pass http://res-client-service.cluster.local:8080/api/render/$1;
proxy_pass http://res-client-service.ns-res-d01-syn.svc.cluster.local:8080/api/render/$1;
}
try_files $uri $uri/ /index.html;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment