From 30278d00af2d8ea54172624a53802e9c1b4c042b Mon Sep 17 00:00:00 2001 From: tianyu Date: Fri, 10 Feb 2017 13:36:07 +0800 Subject: [PATCH] Updated Butterfly with nginx reverse proxy and https (markdown) --- Butterfly-with-nginx-reverse-proxy-and-https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Butterfly-with-nginx-reverse-proxy-and-https.md b/Butterfly-with-nginx-reverse-proxy-and-https.md index 2a61316..532ec6c 100644 --- a/Butterfly-with-nginx-reverse-proxy-and-https.md +++ b/Butterfly-with-nginx-reverse-proxy-and-https.md @@ -130,7 +130,7 @@ server { location /butterfly { auth_basic "Authentication required"; - auth_basic_user_file /etc/nginx/.dlpasswd; + auth_basic_user_file /etc/nginx/.htpasswd; rewrite ^/butterfly/?(.*) /$1 break; proxy_pass http://127.0.0.1:57575;