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:
2026-03-21 09:28:08 +00:00
parent 544984243d
commit ba09bd3f7c

5
.gitignore vendored
View File

@@ -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