Move registration server port to 1337

This commit is contained in:
Anthony Wang 2022-01-16 16:34:36 -06:00
parent ee312de113
commit 2036b06969
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -36,7 +36,7 @@ server {
}
location /new/ {
proxy_pass http://localhost:6789;
proxy_pass http://localhost:1337;
}
location / {