ejbca stuff

master
Matthew 2024-12-22 22:27:14 -05:00
parent 6a8bc7ad08
commit e005f29884
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
server { server {
listen 443 ssl http2; listen 443 ssl;
listen [::]:443 ssl http2; listen [::]:443 ssl;
server_name offsite-ejbca.mracs.dev; server_name offsite-ejbca.mracs.dev;
large_client_header_buffers 4 16k;
location / { location / {
allow 63.141.252.133; allow 63.141.252.133;
deny all; deny all;