public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH www.gnuweeb.org] Add logs directory
@ 2021-09-23 10:13 Ammar Faizi
  0 siblings, 0 replies; only message in thread
From: Ammar Faizi @ 2021-09-23 10:13 UTC (permalink / raw)
  To: GNU/Weeb Mailing List; +Cc: Bayu Satiyo, Ammar Faizi

Nginx requires a logs directory to save the access.log and error.log.
This directory was deleted by Bayu Satiyo in commit 772af78e1721e0
("Restructure Directory").

Now, I reinstate this directory.

Fixes: https://github.com/GNUWeeb/www.gnuweeb.org/pull/17
Fixes: 772af78e1721e0221d0b62552ac00f6e1a33656d ("Restructure Directory")
Cc: Bayu Satiyo <[email protected]>
Signed-off-by: Ammar Faizi <[email protected]>
---
 logs/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 logs/.gitignore

diff --git a/logs/.gitignore b/logs/.gitignore
new file mode 100644
index 0000000..c96a04f
--- /dev/null
+++ b/logs/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
\ No newline at end of file
-- 
2.30.2

-- 
GWML mailing list
[email protected]
https://gwml.gnuweeb.org/listinfo/gwml

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-23 10:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-23 10:13 [PATCH www.gnuweeb.org] Add logs directory Ammar Faizi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox