fix wiki addr resolving

merge-requests/2/head
Matthew 2023-07-11 11:04:39 -04:00
parent b8627b3960
commit 31cb4c000b
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ server {
client_max_body_size 1G;
location / {
proxy_pass http://localhost:3000;
proxy_pass http://localhost:3006;
}
}