1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-27 07:17:24 +00:00

Removed password again

This commit is contained in:
Dennis Schwerdel
2017-05-08 21:43:12 +02:00
parent e10f750ce3
commit 04c3af14e2
3 changed files with 1 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ http {
error_log /dev/stderr warn;
listen 8000 default_server;
server_name _;
proxy_set_header Authorization "Basic YWRtaW46YWRtaW4=";
proxy_read_timeout 120s;
location /check {
proxy_pass http://localhost:3000/syncthing/app.js;