nginx/pub.solar: disable logging for homepage #117

Merged
b12f merged 1 commit from privacy/website-no-logging into main 2024-02-25 18:10:30 +00:00
Owner
No description provided.
b12f added 1 commit 2024-02-25 16:02:21 +00:00
nginx/pub.solar: disable logging for homepage
All checks were successful
Flake checks / Check (pull_request) Successful in 4m46s
d805e8f7d9
teutat3s requested changes 2024-02-25 17:04:57 +00:00
teutat3s left a comment
Owner

Please see inline suggested changes. Without changes, this is not a working nginx config.

Please see inline suggested changes. Without changes, this is not a working nginx config.
@ -11,1 +11,4 @@
addSSL = true;
extraConfig = ''
ErrorLog /dev/null
Owner
error_log /dev/null;
``` error_log /dev/null; ```
b12f marked this conversation as resolved
@ -12,0 +12,4 @@
extraConfig = ''
ErrorLog /dev/null
CustomLog /dev/null common
Owner
access_log /dev/null;
``` access_log /dev/null; ```
b12f marked this conversation as resolved
b12f force-pushed privacy/website-no-logging from d805e8f7d9 to 24b77b6de5 2024-02-25 17:51:47 +00:00 Compare
b12f requested review from teutat3s 2024-02-25 17:52:43 +00:00
teutat3s approved these changes 2024-02-25 18:00:57 +00:00
b12f merged commit 1878595af2 into main 2024-02-25 18:10:30 +00:00
b12f deleted branch privacy/website-no-logging 2024-02-25 18:10:30 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#117
No description provided.