remove the sites-enabled readme

this file is considered a site config  file, preventing the use of the repo as is
This commit is contained in:
AD7six 2013-11-20 17:25:56 +00:00
parent 6941aa5407
commit 73d1895ff9
2 changed files with 0 additions and 12 deletions

0
sites-enabled/.gitignore vendored Normal file
View File

View File

@ -1,12 +0,0 @@
Sites Enabled
-------------
Symlink to `../sites-available/` for any site you want to enable. Conversely, remove the symlink
in this folder to disable a site without permanently deleting the site's configuration.
E.g. (we suppose your nginx configuration files are stored in `/etc/nginx`)
```sh
$ pwd
--> /etc/nginx
# ln -s /etc/nginx/sites-available/example.com sites-enabled/example.com
```