-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:virtualmin/virtualmin-nginx
- Loading branch information
Showing
12 changed files
with
55 additions
and
14 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
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 | ||
proxy_websockets=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
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 | ||
proxy_websockets=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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 | ||
add_to=/etc/nginx/sites-available | ||
add_link=/etc/nginx/sites-enabled | ||
child_procs=4 | ||
php_socket=1 | ||
listen_mode=1 | ||
proxy_websockets=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
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 | ||
add_to=/etc/nginx/sites-available | ||
add_link=/etc/nginx/sites-enabled | ||
child_procs=4 | ||
php_socket=1 | ||
listen_mode=1 | ||
proxy_websockets=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
desc=Nginx Webserver | ||
category=servers | ||
version=2.25 | ||
version=2.26 | ||
readonly=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters