We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a49bbe commit b432d8aCopy full SHA for b432d8a
templates/searchengine.conf.j2
@@ -5,8 +5,8 @@ server {
5
6
location /searchengine {
7
8
- proxy_pass http://127.0.0.1:5577/searchengine;
9
- proxy_redirect http://127.0.0.1:5577/searchengine $scheme://$server_name;
+ proxy_pass http://127.0.0.1:{{ searchengine_published_port }}/{ searchengineurlprefix };
+ proxy_redirect http://127.0.0.1:{{ searchengine_published_port }}/{{ searchengineurlprefix }} $scheme://$server_name;
10
proxy_set_header Host $host/searchengine;
11
}
12
location /send_file/ {
0 commit comments