Skip to content

Commit 58efd1e

Browse files
committed
new web app resource
1 parent 118ee98 commit 58efd1e

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

all.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,6 +2867,10 @@ <h2>General security resources</h2>
28672867
<a href="https://github.com/drduh/OS-X-Yosemite-Security-and-Privacy-Guide">securing Yosemite guide</a>
28682868
which covers that environment.</p>
28692869
</li>
2870+
<li>
2871+
<p><a href="https://www.moses.io/2015/09/tls-and-server-hardening-post-nginx/">TLS and Nginx Web Server Hardening</a>
2872+
explains a secure server configuration for the Nginx web server.</p>
2873+
</li>
28702874
</ul>
28712875
<h2>Web security learning checklist</h2>
28722876
<ol>

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-09-10T15:13:52Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-09-11T09:46:14Z</updated></feed>

source/content/pages/04-web-development/15-web-app-security.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ securing Linux distributions.
122122
[securing Yosemite guide](https://github.com/drduh/OS-X-Yosemite-Security-and-Privacy-Guide)
123123
which covers that environment.
124124

125+
* [TLS and Nginx Web Server Hardening](https://www.moses.io/2015/09/tls-and-server-hardening-post-nginx/)
126+
explains a secure server configuration for the Nginx web server.
127+
125128

126129
## Web security learning checklist
127130
1. Read and understand the major web application security flaws that are

web-application-security.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ <h2>General security resources</h2>
176176
<a href="https://github.com/drduh/OS-X-Yosemite-Security-and-Privacy-Guide">securing Yosemite guide</a>
177177
which covers that environment.</p>
178178
</li>
179+
<li>
180+
<p><a href="https://www.moses.io/2015/09/tls-and-server-hardening-post-nginx/">TLS and Nginx Web Server Hardening</a>
181+
explains a secure server configuration for the Nginx web server.</p>
182+
</li>
179183
</ul>
180184
<h2>Web security learning checklist</h2>
181185
<ol>

0 commit comments

Comments
 (0)