mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-07 21:04:38 +00:00
Updated Butterfly with nginx reverse proxy and https (markdown)
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user