configure dashboard proxying

master
Matthew 2024-10-02 13:08:41 -04:00
parent 58da81a5c0
commit d53276c587
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ server {
#limit_req zone=one burst=15; #limit_req zone=one burst=15;
location / { location / {
return 307 https://wiki.libraryofcode.org/en/cs-support; proxy_pass http://localhost:6574;
} }
} }