change to subdomain

master
Matthew 2024-12-05 10:41:19 -05:00
parent 266c2e40c0
commit f0c2e65279
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ server {
server_name offsite-ejbca.mracs.dev;
location / {
allow 63.141.252.133
allow 63.141.252.133;
deny all;
proxy_pass http://localhost:7562;
proxy_http_version 1.1;