diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-07-05 09:33:36 -0400 |
| commit | 22299f84d39c26dd661a217809ae3174ccfaf4eb (patch) | |
| tree | 588a1440873524b3172e31c517366e8b15a1e043 /auth.html | |
| parent | 935d9d26748281437157cffc10e949382f39b9d3 (diff) | |
spell form
Diffstat (limited to 'auth.html')
| -rw-r--r-- | auth.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ <p>We will be using the command <code>htpasswd</code> to make username and password pairs.</p> <pre><code>apt install apache2-utils</code></pre> <aside> - <p>The apache utils has a small username-password pair encryption tool.</p> - <p>Like the other on this site, this tutorial is for Nginx, <strong>not</strong> for Apache servers.</p> + <p>The apache utils include a small username-password pair encryption tool.</p> + <p>Like the other tutorials on this site, this tutorial is for Nginx, <strong>not</strong> for Apache servers.</p> </aside> <p> @@ -81,7 +81,7 @@ <p>If you want to check both a username and password with an ip address, use the <code>satisfy</code> directive.</p> <pre><code>location /api { #... - satify all ; + satisfy all ; allow 192.168.1.23:8080 ; deny 127.0.0.1 ; |
