You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="./tags/Sherlock_holmes" class="internal alias" data-slug="tags/Sherlock_holmes">Debugging Adventures: A Sherlock Holmes Mystery</a></li>
9
9
<li><ahref="./tags/code_against_clock" class="internal alias" data-slug="tags/code_against_clock">Coding Against the Clock: Automation Projects</a></li>
<description>Welcome to our Sherlock Holmes-inspired tech adventure series! Imagine each technical challenge as a thrilling mystery waiting to be solved. Just like Sherlock, we’ll tackle these problems with sharp attention to detail.</description>
31
31
<pubDate>Tue, 08 Oct 2024 01:12:19 GMT</pubDate>
32
+
</item><item>
33
+
<title>The Day a DDOS Attack Led to the World's Most Awkward 'Hello World'</title>
<description>Hey everyone, grab a coffee because I’ve got a funny (and slightly embarrassing) story to share! It’s all about how I turned our landing page and application into a personal “Hello ...</description>
37
+
<pubDate>Wed, 02 Oct 2024 01:27:18 GMT</pubDate>
38
+
</item><item>
39
+
<title>The Joy of Debugging: How One Tiny Typo Kept Us Busy for Hours</title>
<description>Hey friends! 👋 Today, I want to share a little debugging adventure that started with what seemed like a small issue but turned into an hour-long hunt ...</description>
<description>Welcome to our Sherlock Holmes-inspired tech adventure Series! Imagine each technical challenge as a thrilling mystery waiting to be solved. Like Sherlock Holmes with his sharp eye for detail, I’ll tackle the problem with wit and precision.</description>
55
67
<pubDate>Sat, 14 Sep 2024 13:27:23 GMT</pubDate>
56
-
</item><item>
57
-
<title>Sherlock Holmes : The Case of the App Not Found</title>
<description>Welcome to our Sherlock Holmes-inspired tech adventure Series! Imagine each technical challenge as a thrilling mystery waiting to be solved. Like Sherlock Holmes with his sharp eye for detail, I’ll tackle the problem with wit and precision.</description>
61
-
<pubDate>Sat, 14 Sep 2024 03:38:15 GMT</pubDate>
62
-
</item><item>
63
-
<title>Sherlock Holmes : The Mystery of the Erratic Logstash</title>
<description>Welcome to our Sherlock Holmes-inspired tech adventure Series! Imagine each technical challenge as a thrilling mystery waiting to be solved. Like Sherlock Holmes with his sharp eye for detail, I’ll tackle the problem with wit and precision.</description>
Copy file name to clipboardExpand all lines: notes/2024/Nginx.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,10 @@ <h2 id="security">Security<a role="anchor" aria-hidden="true" tabindex="-1" data
299
299
<p><strong>Forces the browser to respect the declared content type</strong>: By sending the <code>X-Content-Type-Options: nosniff</code> header, you’re instructing the browser to trust the MIME type provided by the server and not try to infer it.</p>
<li>ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. It has a robust event-based programming language which provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring, logging and real-time analysis.</li>
0 commit comments