Untrack conf.d
Configs exist in nginx.conf and site.confs. conf.d contains: - general.conf - gzip - proxy.conf - proxy_buffer, proxy_set_header and proxy_* directives - security.conf - add_header directives
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,6 +3,9 @@
|
|||||||
/certbot/
|
/certbot/
|
||||||
/goaccess/
|
/goaccess/
|
||||||
/data/public/
|
/data/public/
|
||||||
|
/data/conf.d/
|
||||||
!/data/nginx.conf
|
!/data/nginx.conf
|
||||||
!/data/conf.d/**
|
!/data/sites-available/
|
||||||
|
!/data/sites-enabled/
|
||||||
|
# !/data/conf.d/** # Configurations exist in nginx.conf and site confs
|
||||||
!/goaccess/goaccess.conf
|
!/goaccess/goaccess.conf
|
||||||
Reference in New Issue
Block a user