Skip to content

Commit

Permalink
Add missing Rocky and Alma configs
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 5, 2022
1 parent a002417 commit 549b50b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config-AlmaLinux-Linux-6.0-ALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nginx_config=/etc/nginx/nginx.conf
nginx_cmd=/usr/sbin/nginx
start_cmd=systemctl start nginx
stop_cmd=systemctl stop nginx
apply_cmd=systemctl restart nginx
child_procs=4
php_socket=1
listen_mode=1
8 changes: 8 additions & 0 deletions config-Rocky-Linux-6.0-ALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
nginx_config=/etc/nginx/nginx.conf
nginx_cmd=/usr/sbin/nginx
start_cmd=systemctl start nginx
stop_cmd=systemctl stop nginx
apply_cmd=systemctl restart nginx
child_procs=4
php_socket=1
listen_mode=1

0 comments on commit 549b50b

Please sign in to comment.