ejbca stuff
parent
ebd508caaf
commit
67e1f24d0f
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name finovators.mracs.dev;
|
||||
|
||||
location /api {
|
||||
proxy_pass http://localhost:56120/;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue