summarylogtreecommitdiffstats
path: root/nginx.example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.example.conf')
-rw-r--r--nginx.example.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/nginx.example.conf b/nginx.example.conf
new file mode 100644
index 000000000000..e3e21b61a7e7
--- /dev/null
+++ b/nginx.example.conf
@@ -0,0 +1,7 @@
+location /thebear/ {
+ allow 127.0.0.1;
+ deny all;
+
+ #auth_basic "Restricted";
+ #auth_basic_user_file htpasswd;
+}