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:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -3,6 +3,9 @@
|
||||
/certbot/
|
||||
/goaccess/
|
||||
/data/public/
|
||||
/data/conf.d/
|
||||
!/data/nginx.conf
|
||||
!/data/conf.d/**
|
||||
!/goaccess/goaccess.conf
|
||||
!/data/sites-available/
|
||||
!/data/sites-enabled/
|
||||
# !/data/conf.d/** # Configurations exist in nginx.conf and site confs
|
||||
!/goaccess/goaccess.conf
|
||||
|
||||
Reference in New Issue
Block a user