mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
fix:#56 added update for grpc
This commit is contained in:
@ -59,8 +59,10 @@ http {
|
||||
|
||||
real_ip_header CF-Connecting-IP;
|
||||
|
||||
access_log /opt/bitnami/nginx/logs/proxy_access.log;
|
||||
error_log /opt/bitnami/nginx/logs/proxy_error.log;
|
||||
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;
|
||||
|
||||
sendfile on;
|
||||
keepalive_timeout 180s;
|
||||
|
Reference in New Issue
Block a user