rename .github -> .forgejo
This commit is contained in:
parent
0ed1e28401
commit
9b1d63163a
15 changed files with 0 additions and 0 deletions
16
.forgejo/docker/www.conf
Normal file
16
.forgejo/docker/www.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
[www]
|
||||
|
||||
user = nginx
|
||||
group = nginx
|
||||
|
||||
listen = 127.0.0.1:9000
|
||||
listen.owner = nginx
|
||||
listen.group = nginx
|
||||
listen.mode = 0750
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 9
|
||||
pm.process_idle_timeout = 10s
|
||||
pm.max_requests = 200
|
||||
|
||||
clear_env = no
|
Reference in a new issue