<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Specify a Port when Booting a Phoenix Application	</title>
	<atom:link href="https://programmingzen.com/specify-a-port-when-booting-a-phoenix-app/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/specify-a-port-when-booting-a-phoenix-app/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Thu, 07 May 2020 17:50:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/specify-a-port-when-booting-a-phoenix-app/#comment-29936</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Thu, 07 May 2020 17:46:56 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2474#comment-29936</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/specify-a-port-when-booting-a-phoenix-app/#comment-29935&quot;&gt;Lukas N&lt;/a&gt;.

Good point, Lukas. Thank you for the clarification regarding production. I amended the article to remove the part that could cause confusion.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/specify-a-port-when-booting-a-phoenix-app/#comment-29935">Lukas N</a>.</p>
<p>Good point, Lukas. Thank you for the clarification regarding production. I amended the article to remove the part that could cause confusion.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lukas N		</title>
		<link>https://programmingzen.com/specify-a-port-when-booting-a-phoenix-app/#comment-29935</link>

		<dc:creator><![CDATA[Lukas N]]></dc:creator>
		<pubDate>Thu, 07 May 2020 17:06:28 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2474#comment-29935</guid>

					<description><![CDATA[This article causes some confusion between the :port keys in the :url and :http configuration.

The :http :port key defines which port cowboy will bind to. In a default phoenix 1.4/1.5 project, for production that is configured in prod.secred.exs.

The :url key specifies what  url and port the public-facing production application will be running under, mainly used for URL Helpers, websockets and the like. This doesn&#039;t always have to match the configuration set in :http, mainly when the application is running inside a container of behind a reverse proxy.]]></description>
			<content:encoded><![CDATA[<p>This article causes some confusion between the :port keys in the :url and :http configuration.</p>
<p>The :http :port key defines which port cowboy will bind to. In a default phoenix 1.4/1.5 project, for production that is configured in prod.secred.exs.</p>
<p>The :url key specifies what  url and port the public-facing production application will be running under, mainly used for URL Helpers, websockets and the like. This doesn&#8217;t always have to match the configuration set in :http, mainly when the application is running inside a container of behind a reverse proxy.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
