parent
c22e6ed557
commit
bdddd161cd
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@ server {
|
|||
}
|
||||
|
||||
location ^~ /_matrix {
|
||||
proxy_pass http://localhost:8008;
|
||||
proxy_pass http://127.0.0.1:8008;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:5000;
|
||||
proxy_pass http://127.0.0.1:5000;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue