# Conflicts:

#	CMakeLists.txt
#	conf/nginx.conf
#	src/utils/cryptopro.c
This commit is contained in:
Наиля Алашкова 2025-02-17 10:16:42 +03:00
parent 33b6c2149f
commit f9f0d56bab
4 changed files with 80 additions and 32 deletions

View file

@ -16,7 +16,7 @@ include /etc/nginx/conf-enabled.d/*.conf;
http {
log_format req_time '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for" $request_time';
'"$http_user_agent" "$http_x_forwarded_for" $request_time "$upstream_addr"';
access_log /var/log/nginx/access.log req_time;
proxy_temp_path /var/spool/nginx/tmp/proxy;
fastcgi_temp_path /var/spool/nginx/tmp/fastcgi;