summaryrefslogtreecommitdiff
path: root/nginx.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.txt')
-rw-r--r--nginx.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/nginx.txt b/nginx.txt
deleted file mode 100644
index 6584012..0000000
--- a/nginx.txt
+++ /dev/null
@@ -1,9 +0,0 @@
- location /books {
- auth_basic "bookz";
- auth_basic_user_file /etc/apache2/users.shared;
-
- rewrite /books/getbook/([0-9]+) /books/backend.php?op=download&id=$1 last;
-
- include php_params;
- }
-