Many improvements to the server #4

Merged
Fascinated merged 13 commits from development into master 2023-07-07 23:07:20 +00:00
Showing only changes of commit 41b064c1e3 - Show all commits

@ -4,9 +4,7 @@ events {
http { http {
# Log format # Log format
log_format main '[$time_local] "$request" ' log_format main '[$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent"';
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /dev/stdout main; # Log access to stdout access_log /dev/stdout main; # Log access to stdout
error_log /dev/stdout; # Log errors to stdout error_log /dev/stdout; # Log errors to stdout