Updated Butterfly with nginx reverse proxy and https (markdown)

tianyu
2017-02-10 13:36:07 +08:00
parent fcbc1eea08
commit 30278d00af

@@ -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;