Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 240e0273 authored by Felix Ableitner's avatar Felix Ableitner
Browse files

accounts -> welcome in nginx config

parent 68b384e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ server {
  #auth_basic_user_file /passwds/<NAME>.htpasswd;

  location / {
    proxy_pass http://accounts:80;
    proxy_pass http://welcome:80;
    include /etc/nginx/params/proxy_params;
  }
}