<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Qlik Replicate Website (Frontend) as Nginx Sublocation in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1912134#M2225</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/168247"&gt;@D_Bla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in Linux you can not change the host URL like in Windows.&lt;/P&gt;
&lt;P&gt;in windows you can change the hostname URL in the serviceconfiguration.xml file :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Installation/Access_Replicate_Remotely.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Installation/Access_Replicate_Remotely.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but for Linux no, this would be a feature request.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_blank"&gt;https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 20:28:04 GMT</pubDate>
    <dc:creator>Steve_Nguyen</dc:creator>
    <dc:date>2022-03-30T20:28:04Z</dc:date>
    <item>
      <title>Qlik Replicate Website (Frontend) as Nginx Sublocation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1901908#M2008</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;is it possible to access the Qlik Replicate website as a sublocation via an Nginx server? Unfortunately we can't find the right Nginx configuration to solve the problem. We'd appreciate it if you had an example of this.&lt;/P&gt;
&lt;P&gt;Thanks Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 15:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1901908#M2008</guid>
      <dc:creator>D_Bla</dc:creator>
      <dc:date>2022-03-07T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Website (Frontend) as Nginx Sublocation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1901915#M2009</link>
      <description>&lt;P&gt;never hear of s&lt;SPAN&gt;ublocation via an Nginx server, so i would said ,, no.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 15:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1901915#M2009</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-03-07T15:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Website (Frontend) as Nginx Sublocation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1904852#M2062</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P data-unlink="true"&gt;i have now the Nginx Setup that was we have tested, but this is not work. I can open the URL&amp;nbsp;https://internalip:3552/attunityreplicate/&amp;nbsp;&amp;nbsp;and then come the login dialog. But this is not working over the Nginx with the URL&amp;nbsp;https://NginxDomain/ate01/attunityreplicate/&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;location ^~ /ate01/ {
   proxy_set_header                 Host $http_host;
   proxy_set_header                 X-Real-IP $remote_addr;
   proxy_ssl_verify                 off;
   proxy_set_header                 X-Forwarded-For $proxy_add_x_forwarded_for;
   proxy_set_header                 X-Forwarded-Host $host;
   proxy_set_header                 X-Forwarded-Server $host;
   rewrite                          ^/ate01/(.*)$  /$1  break;
   proxy_pass                       https://internalip:3552/;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone have it running or can someone support us here?&lt;/P&gt;
&lt;P&gt;Thank you Daniel&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 15:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1904852#M2062</guid>
      <dc:creator>D_Bla</dc:creator>
      <dc:date>2022-03-14T15:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate Website (Frontend) as Nginx Sublocation</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1912134#M2225</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/168247"&gt;@D_Bla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in Linux you can not change the host URL like in Windows.&lt;/P&gt;
&lt;P&gt;in windows you can change the hostname URL in the serviceconfiguration.xml file :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Installation/Access_Replicate_Remotely.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Installation/Access_Replicate_Remotely.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but for Linux no, this would be a feature request.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_blank"&gt;https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 20:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Website-Frontend-as-Nginx-Sublocation/m-p/1912134#M2225</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-03-30T20:28:04Z</dc:date>
    </item>
  </channel>
</rss>

