<?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[Persistent custom nginx configuration]]></title><description><![CDATA[<p dir="auto">I would find it very useful if i could enter custom nginx rules (generally or per application), that would survive updates. Is this possible at the time beeing?</p>
]]></description><link>https://forum.cloudron.io/topic/8067/persistent-custom-nginx-configuration</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 19:30:23 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8067.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Nov 2022 09:41:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Persistent custom nginx configuration on Mon, 28 Nov 2022 11:04:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/opensourced" aria-label="Profile: opensourced">@<bdi>opensourced</bdi></a> said in <a href="/post/56825">Persistent custom nginx configuration</a>:</p>
<blockquote>
<p dir="auto">plugins which are available for free are crapy and I dont trust them</p>
</blockquote>
<p dir="auto">fyi Wordfence is not crappy (imho everyone running WordPress should install it) and would easily sort this for you</p>
]]></description><link>https://forum.cloudron.io/post/57223</link><guid isPermaLink="true">https://forum.cloudron.io/post/57223</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 28 Nov 2022 11:04:39 GMT</pubDate></item><item><title><![CDATA[Reply to Persistent custom nginx configuration on Mon, 28 Nov 2022 10:07:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/latinosnctv" aria-label="Profile: Latinosnctv">@<bdi>Latinosnctv</bdi></a> Currently, adding custom nginx configs is not supported. I am not 100% sure, but if you use a WAF (like cloudflare), you can add rules there.</p>
]]></description><link>https://forum.cloudron.io/post/57211</link><guid isPermaLink="true">https://forum.cloudron.io/post/57211</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 28 Nov 2022 10:07:06 GMT</pubDate></item><item><title><![CDATA[Reply to Persistent custom nginx configuration on Sun, 27 Nov 2022 23:35:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Hello, I edited the nginx config manually on the server... to restrict access to chatwoot's super_admin url... but when I change the config in the app, everything added disappears</p>
<pre><code>location ^~ /super_admin {
    allow 1.2.3.4;
    deny all;
    proxy_pass http://CHATWOOT_INTERNAL_INSTANCE_IP:3000;
}
</code></pre>
]]></description><link>https://forum.cloudron.io/post/57192</link><guid isPermaLink="true">https://forum.cloudron.io/post/57192</guid><dc:creator><![CDATA[Latinosnctv]]></dc:creator><pubDate>Sun, 27 Nov 2022 23:35:44 GMT</pubDate></item><item><title><![CDATA[Reply to Persistent custom nginx configuration on Wed, 23 Nov 2022 10:47:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/opensourced" aria-label="Profile: opensourced">@<bdi>opensourced</bdi></a> I think the WordPress issue can be solved with a htaccess file instead of doing this on a reverse proxy level <a href="https://docs.cloudron.io/apps/wordpress-developer/#htaccess" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/wordpress-developer/#htaccess</a></p>
]]></description><link>https://forum.cloudron.io/post/56828</link><guid isPermaLink="true">https://forum.cloudron.io/post/56828</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 23 Nov 2022 10:47:17 GMT</pubDate></item><item><title><![CDATA[Reply to Persistent custom nginx configuration on Wed, 23 Nov 2022 09:59:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> See that point. Two use cases are:</p>
<p dir="auto"><strong>WordPress</strong> exposes the <a href="http://example.com/xmlrpc.php" target="_blank" rel="noopener noreferrer nofollow ugc">example.com/xmlrpc.php</a> API per default. We already had several issues where attackers used those APIs to send spam mails from our applications. To fix this issue, either you need to install a plugin that disables the API (however, dose plugins which are available for free are crapy and I dont trust them), or you just disable those requests in the nginx.conf of the application. This is what I did, but through updates those custom lines were deleted.</p>
<p dir="auto">I would like to restrict the <strong>Synapse</strong> Admin API to certain IPs.</p>
]]></description><link>https://forum.cloudron.io/post/56825</link><guid isPermaLink="true">https://forum.cloudron.io/post/56825</guid><dc:creator><![CDATA[opensourced]]></dc:creator><pubDate>Wed, 23 Nov 2022 09:59:05 GMT</pubDate></item><item><title><![CDATA[Reply to Persistent custom nginx configuration on Wed, 23 Nov 2022 09:46:00 GMT]]></title><description><![CDATA[<p dir="auto">Generally we try to not expose such internals to the users, as they are inherently hard to test with regards to updates. Often though we can add a feature to "manage" such thing explicitly. What is the use-case for you and what would you like to add?</p>
]]></description><link>https://forum.cloudron.io/post/56822</link><guid isPermaLink="true">https://forum.cloudron.io/post/56822</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Wed, 23 Nov 2022 09:46:00 GMT</pubDate></item></channel></rss>