diff --git a/app/README.md b/app/README.md index cc0cbb9..5ff9bcd 100644 --- a/app/README.md +++ b/app/README.md @@ -510,7 +510,8 @@ server { server_name app.mydomain.com; location / { - proxy_pass http://localhost:7777; + proxy_pass http://localhost:7777; + proxy_set_header Host $host; } } ``` diff --git a/app/templates/footer.html b/app/templates/footer.html index 95f85ea..bea517e 100644 --- a/app/templates/footer.html +++ b/app/templates/footer.html @@ -9,7 +9,7 @@ SimpleLogin logo