master
Matthew 2024-12-05 10:31:04 -05:00
parent a17d032707
commit c7acbcb1a0
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ server {
ssl_certificate_key /etc/nginx/ssl/org.key.pem;
location / {
proxy_pass http://localhost:7562;
proxy_pass https://mracs.dev:7563;
}
}