fix:#56 added update for grpc

This commit is contained in:
Elmar Kresse
2024-10-06 20:11:03 +02:00
parent a12f9590f3
commit d8a7cc5387
10 changed files with 68 additions and 11 deletions

View File

@ -10,6 +10,12 @@ events {
http {
include mime.types;
default_type application/octet-stream;
gzip on;
log_format anonymized '[$time_local] "$request" $status $body_bytes_sent "$http_referer"';
access_log /opt/bitnami/nginx/logs/proxy_access.log anonymized;
error_log /opt/bitnami/nginx/logs/proxy_error.log error;
map $request_method $ratelimit_key {
POST $binary_remote_addr;