<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kamen</title>
    <description>The latest articles on DEV Community by Kamen (@dinamitrii).</description>
    <link>https://dev.to/dinamitrii</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1294883%2Fc96b69e8-d5c1-4fdc-ad70-40b677b70405.png</url>
      <title>DEV Community: Kamen</title>
      <link>https://dev.to/dinamitrii</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dinamitrii"/>
    <language>en</language>
    <item>
      <title>Flask uwsgi nginx and certbot</title>
      <dc:creator>Kamen</dc:creator>
      <pubDate>Sun, 10 Mar 2024 08:53:13 +0000</pubDate>
      <link>https://dev.to/dinamitrii/flask-uwsgi-nginx-and-certbot-j3</link>
      <guid>https://dev.to/dinamitrii/flask-uwsgi-nginx-and-certbot-j3</guid>
      <description>&lt;p&gt;what is the difference to being behind reverse proxy and server block file had to include&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;location / { include uwsgi_params;&lt;br&gt;
uwsgi_pass ///tmp/myproject.sock; }&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;and&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;location / { include proxy_params; proxy_pass http://127.0.0.1:8000; }&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
 in example.com Virtual Host server block on nginx&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
