m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/nginx.md
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.md')
-rw-r--r--nginx.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/nginx.md b/nginx.md
new file mode 100644
index 0000000..53e33cd
--- /dev/null
+++ b/nginx.md
@@ -0,0 +1,12 @@
+# The Nginx HTTP server
+
+## Logs
+
+Specify separate logging file for given server
+
+ access_log /var/log/nginx/blog/access.log;
+
+To set up rotating/compressed logs, use `logrotate`. Config in
+`/etc/logrotate.d/nginx`. Run the following to reload config:
+
+ logrotate -v -f /etc/logrotate.d/nginx