mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 15:23:27 +08:00
Update README.md (#2011)
Updated README.md to prevent Nginx redirecting the browser to the local address of the machine
This commit is contained in:
parent
860ce03f2a
commit
b8dad2d657
1 changed files with 2 additions and 1 deletions
|
@ -510,7 +510,8 @@ server {
|
||||||
server_name app.mydomain.com;
|
server_name app.mydomain.com;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:7777;
|
proxy_pass http://localhost:7777;
|
||||||
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue