Replace custom pkcs7 fns with module

This commit is contained in:
Tuan Dang
2024-08-25 20:21:53 -07:00
parent 1317266415
commit f560534493
9 changed files with 73 additions and 118 deletions

View File

@@ -1,5 +1,8 @@
server {
listen 80;
large_client_header_buffers 8 128k;
client_header_buffer_size 128k;
location /api {
proxy_set_header X-Real-RIP $remote_addr;
@@ -23,6 +26,8 @@ server {
proxy_set_header X-NginX-Proxy true;
proxy_set_header X-SSL-Client-Cert $ssl_client_escaped_cert;
# proxy_set_header X-SSL-Client-Cert $http_x_ssl_client_cert;
# proxy_pass_request_headers on;
proxy_pass http://backend:4000;
proxy_redirect off;