import the dwarven empire
This commit is contained in:
parent
363b83f93d
commit
0c57aa32c6
23 changed files with 1167 additions and 2 deletions
16
doc/00_nginx-base.txt
Normal file
16
doc/00_nginx-base.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
apt-get install --no-install-recommends \
|
||||
nginx nginx-core libnginx-mod-stream \
|
||||
certbot python3-certbot-nginx
|
||||
|
||||
cd /etc/nginx/modules-enabled
|
||||
|
||||
rm \
|
||||
50-mod-http-geoip.conf \
|
||||
50-mod-http-image-filter.conf \
|
||||
50-mod-http-xslt-filter.conf \
|
||||
50-mod-mail.conf \
|
||||
70-mod-stream-geoip.conf
|
||||
|
||||
cp security.conf /etc/nginx/conf.d/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue