diff options
-rw-r--r-- | fullnarp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fullnarp.py b/fullnarp.py index 2007749..4feff59 100644 --- a/fullnarp.py +++ b/fullnarp.py | |||
@@ -15,6 +15,9 @@ This is best served by an nginx block that should look a bit like this, with | |||
15 | a halfnarp2 checked out in the home of user halfnarp: | 15 | a halfnarp2 checked out in the home of user halfnarp: |
16 | 16 | ||
17 | location /fullnarp/ { | 17 | location /fullnarp/ { |
18 | auth_basic "Content Teams Only"; | ||
19 | auth_basic_user_file fullnarp.pw; | ||
20 | |||
18 | alias /home/halfnarp/halfnarp2/static/; | 21 | alias /home/halfnarp/halfnarp2/static/; |
19 | index fullnarp.html; | 22 | index fullnarp.html; |
20 | } | 23 | } |