fix: ixvd web port
This commit is contained in:
parent
7bb17d18e2
commit
0842e5e570
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ server {
|
||||||
server_name ixvd.net;
|
server_name ixvd.net;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://ixvd-web$request_uri;
|
proxy_pass http://ixvd-web:8080;
|
||||||
}
|
}
|
||||||
|
|
||||||
# matrix
|
# matrix
|
||||||
|
|
Loading…
Reference in a new issue