master
Matthew 2024-12-05 10:35:04 -05:00
parent c7acbcb1a0
commit e07a1e2283
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 https://mracs.dev:7563;
proxy_pass https://offsite-ejbca.mracs.dev;
}
}