This commit is contained in:
parent
3180034ff8
commit
0f60f7cec9
@ -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;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
@ -9,7 +9,7 @@
|
||||
<a href='https://simplelogin.io/' aria-label="SimpleLogin">
|
||||
<img src="/static/logo-white.svg"
|
||||
height="30px"
|
||||
class="mt-1 mb-3"
|
||||
class="mt-3 mb-3"
|
||||
alt="SimpleLogin logo">
|
||||
</a>
|
||||
<!-- End Logo -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user