-
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
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
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,24 @@ | ||
# virtualmin-nginx | ||
|
||
Virtualmin plugin to use the nginx web server instead of Apache. | ||
|
||
# Installation | ||
|
||
The recommended way to install Virtualmin is to use the `virtualmin-install.sh` | ||
automated install script, found on the [download page](https://www.virtualmin.com/download) | ||
of Virtualmin.com. To get the LEMP stack, which includes nginx instead of | ||
Apache, use the `-b LEMP` option when installing. The install script should be | ||
run on a freshly installed supported OS, with no preconfiguration or third party | ||
repositories enabled. | ||
|
||
``` | ||
# /bin/sh virtualmin-install.sh -b LEMP | ||
``` | ||
|
||
The `LEMP` stack installs Virtualmin with the nginx and nginx-ssl plugins, nginx, | ||
BIND, Postfix, MariaDB, PHP, etc. and sets them up for use in a shared virtual hosting | ||
environment. The `--minimal` flag also works with a `LEMP` installation. | ||
|
||
# OS Support | ||
|
||
We support this plugin on the same [operating systems as Virtualmin itself](https://www.virtualmin.com/documentation/os-support/). |