fix: ixvd web port

This commit is contained in:
Strix 2023-11-03 01:06:25 +01:00
parent 7bb17d18e2
commit 0842e5e570
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -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