Hi, I created a custom "Logs Format" in aaPanel for nginx:
But in the Nginx Config the closing ' is inserted before the line ending semicolon, which leads to errors in the config:
#LOG_FORMAT_BEGIN_Test
log_format Test '$http_x_forwarded_for $remote_addr - [$time_local] "$request" $status $body_bytes_sent $http_referer "$http_user_agent";'
#LOG_FORMAT_END_Test
So at the end of the "log_format" line ..."$http_user_agent";' <- those have to be switched.