Difference between revisions of "Nginx logs"
Jump to navigation
Jump to search
(Created page with "* Error log file: <code>/var/log/nginx/error.log</code> * Access log file: <code>/var/log/nginx/access.log</code> == See also == * {{nginx}}") |
|||
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | * Error log file: <code>/var/log/nginx/error.log</code> | + | * Error log file: <code>[[/var/log/nginx/error.log]]</code> |
− | * Access log file: <code>/var/log/nginx/access.log</code> | + | * Access log file: <code>[[/var/log/nginx/access.log]]</code> |
+ | ::<code>zcat -f /var/log/nginx/access.log*</code> | ||
+ | * <code>[[tail -f]] [[/var/log/nginx/error.log]] [[/var/log/nginx/access.log]] [[/var/log/php*-fpm.log]]</code> | ||
+ | ::<code>[[zcat -f]] [[/var/log/nginx/error.log]]*</code> | ||
+ | * Module ngx_http_log_module http://nginx.org/en/docs/http/ngx_http_log_module.html | ||
+ | : <code>access_log</code> | ||
+ | : <code>[[log_format]]</code> | ||
+ | |||
+ | == Activities == | ||
+ | * [[Track Application Response time in Nginx]] | ||
+ | |||
+ | == Related terms == | ||
+ | * [[PHP logs]]: <code>[[zcat -f]] [[/var/log/php*]]</code> | ||
== See also == | == See also == | ||
+ | * {{nginx logs}} | ||
* {{nginx}} | * {{nginx}} | ||
+ | * [[Artifactory logs]] | ||
+ | |||
+ | |||
+ | [[Category:Web server software]] | ||
+ | [[Category:Logs]] |
Latest revision as of 05:05, 21 November 2024
- Error log file:
/var/log/nginx/error.log
- Access log file:
/var/log/nginx/access.log
zcat -f /var/log/nginx/access.log*
- Module ngx_http_log_module http://nginx.org/en/docs/http/ngx_http_log_module.html
access_log
log_format
Activities[edit]
Related terms[edit]
See also[edit]
- Nginx logs
- Web server: Nginx:
/etc/nginx/nginx.conf
,nginx -t
, Nginx logs, Nginx change log, PHP,php-fpm
, Let's encrypt, Nginx directives, Reverse Proxy, Configure HTTP redirection Nginx, Return,proxy_pass (Reverse proxy)
,ngx_http_rewrite_module
,/etc/nginx/sites-enabled/
,error.log
,access.log
,/nginx status
, AIO - Artifactory logs
Advertising: