Add nginx

This commit is contained in:
2025-05-23 16:16:13 +02:00
parent 7cab732b5e
commit e151e4d898
22 changed files with 72 additions and 0 deletions

1
rc.nginx/nginx-log/env/CMD vendored Normal file
View File

@ -0,0 +1 @@
s6-log

1
rc.nginx/nginx-log/env/CMD_OPTS vendored Normal file
View File

@ -0,0 +1 @@
-d3

2
rc.nginx/nginx-log/env/LOGDIR_GROUP vendored Normal file
View File

@ -0,0 +1,2 @@
root
# Logging directory group ownership

2
rc.nginx/nginx-log/env/LOGDIR_OWNER vendored Normal file
View File

@ -0,0 +1,2 @@
root
# Logging directory owner

2
rc.nginx/nginx-log/env/LOGDIR_PATH vendored Normal file
View File

@ -0,0 +1,2 @@
/var/log/nginx
# Logging directory path

2
rc.nginx/nginx-log/env/LOGDIR_PERMS vendored Normal file
View File

@ -0,0 +1,2 @@
750
# Logging directory access rights in octal

2
rc.nginx/nginx-log/env/LOG_SCRIPT vendored Normal file
View File

@ -0,0 +1,2 @@
n4 s500000 T $LOGDIR_PATH
# Logging script used by s6-log