linux/conf/nginx
Adrian c58105e816 Update Nginx config
* Make only Let's Encrypt path available on port 80
* Protect WordPress admin URLs
* Seperate logs for hosts
* Update example PHP config
* Update README
2016-03-17 01:52:10 +01:00
..
inc Update Nginx config 2016-03-17 01:52:10 +01:00
sites-available Update Nginx config 2016-03-17 01:52:10 +01:00
sites-conf More Nginx config files plus Readme 2015-10-03 15:37:18 +02:00
sites-enabled Update Nginx config 2016-03-17 01:52:10 +01:00
README.md Update Nginx config 2016-03-17 01:52:10 +01:00
cgi-bin.php Small change in cgi-bin.php 2016-03-16 11:58:40 +01:00
nginx.conf Refactor Nginx SSL config 2016-01-25 17:45:35 +01:00
proxy_params Lots of configs, documentations 2015-05-16 01:41:09 +02:00
ssl_params Refactor Nginx SSL config 2016-01-25 17:45:35 +01:00

README.md

Nginx Config Files

These are carefully crafted Nginx config files.

Installation

sed -i 's/example.com/your-host.org/' sites-available/*
sudo cp -r * /etc/nginx
sudo ln -s example.ssl /etc/nginx/sites-conf/default.ssl
sudo mkdir -p /data/log/nginx

If on openSUSE:

sudo chown -R wwwrun.www /var/lib/nginx