[nextcloud-web] nginx: Ensure access_log uses main log format
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nextcloud-web] nginx: Ensure access_log uses main log format
- Date: Wed, 23 Jun 2021 11:23:08 +0000 (UTC)
commit f8977d484d48f8adc9088b7ec0fb3a37cf14eb9d
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Wed Jun 23 13:22:55 2021 +0200
nginx: Ensure access_log uses main log format
nginx/nginx.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index 676db8c..aa439ce 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -30,7 +30,7 @@ http {
server {
listen *:8443 ssl;
server_name _;
- access_log /dev/stdout;
+ access_log /dev/stdout main;
ssl_certificate /var/serving-cert/tls.crt;
ssl_certificate_key /var/serving-cert/tls.key;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]