<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Question - App Proxy]]></title><description><![CDATA[<p dir="auto">Hi Team,</p>
<p dir="auto">Can I add multiple ports to the upstream URL?</p>
<p dir="auto">Best regards</p>
]]></description><link>https://forum.cloudron.io/topic/13159/question-app-proxy</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 20:49:23 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13159.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Jan 2025 11:10:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Question - App Proxy on Tue, 21 Jan 2025 20:54:54 GMT]]></title><description><![CDATA[<p dir="auto">You have to install nginx and put those configs on the server where you deployed odoo . That is the correct place for putting those multiple port configs. Then nginx will then answer to a single port 80 which you can then put into cloudron.</p>
]]></description><link>https://forum.cloudron.io/post/100405</link><guid isPermaLink="true">https://forum.cloudron.io/post/100405</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Tue, 21 Jan 2025 20:54:54 GMT</pubDate></item><item><title><![CDATA[Reply to Question - App Proxy on Tue, 21 Jan 2025 20:34:56 GMT]]></title><description><![CDATA[<p dir="auto">Adding to above, here is the documentation<br />
<a href="https://www.odoo.com/documentation/17.0/administration/on_premise/deploy.html#https" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.odoo.com/documentation/17.0/administration/on_premise/deploy.html#https</a></p>
]]></description><link>https://forum.cloudron.io/post/100402</link><guid isPermaLink="true">https://forum.cloudron.io/post/100402</guid><dc:creator><![CDATA[chaitanya]]></dc:creator><pubDate>Tue, 21 Jan 2025 20:34:56 GMT</pubDate></item><item><title><![CDATA[Reply to Question - App Proxy on Tue, 21 Jan 2025 20:33:42 GMT]]></title><description><![CDATA[<p dir="auto">Hi Joseph,</p>
<p dir="auto">We are using an app proxy to access the on-prem applications. The upstream URL is <a href="http://192.168.88.130:8069" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.88.130:8069</a>; however, we do need to allow one more port, which is 8072, and we are not sure how to do it. The application vendor provided the following configuration for the nginx reverse proxy for reference</p>
<h1>Redirect websocket requests to odoo gevent port</h1>
<p dir="auto">location /websocket {<br />
proxy_pass <a href="http://odoochat" target="_blank" rel="noopener noreferrer nofollow ugc">http://odoochat</a>;<br />
proxy_set_header Upgrade $http_upgrade;<br />
proxy_set_header Connection $connection_upgrade;<br />
proxy_set_header X-Forwarded-Host $http_host;<br />
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;<br />
proxy_set_header X-Forwarded-Proto $scheme;<br />
proxy_set_header X-Real-IP $remote_addr;</p>
<pre><code>add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
proxy_cookie_flags session_id samesite=lax secure;  # requires nginx 1.19.8
</code></pre>
<p dir="auto">}</p>
<h1>Redirect requests to odoo backend server</h1>
<p dir="auto">location / {<br />
# Add Headers for odoo proxy mode<br />
proxy_set_header X-Forwarded-Host $http_host;<br />
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;<br />
proxy_set_header X-Forwarded-Proto $scheme;<br />
proxy_set_header X-Real-IP $remote_addr;<br />
proxy_redirect off;<br />
proxy_pass <a href="http://odoo" target="_blank" rel="noopener noreferrer nofollow ugc">http://odoo</a>;</p>
<pre><code>add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
proxy_cookie_flags session_id samesite=lax secure;  # requires nginx 1.19.8
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://forum.cloudron.io/post/100401</link><guid isPermaLink="true">https://forum.cloudron.io/post/100401</guid><dc:creator><![CDATA[chaitanya]]></dc:creator><pubDate>Tue, 21 Jan 2025 20:33:42 GMT</pubDate></item><item><title><![CDATA[Reply to Question - App Proxy on Tue, 21 Jan 2025 13:51:03 GMT]]></title><description><![CDATA[<p dir="auto">What would happen when there are multiple ports involved? Roundrobin? Can you give us a use case for this?</p>
]]></description><link>https://forum.cloudron.io/post/100371</link><guid isPermaLink="true">https://forum.cloudron.io/post/100371</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Tue, 21 Jan 2025 13:51:03 GMT</pubDate></item></channel></rss>