FIX: Track data/sites-available/ & data/sites-enabled/
This commit is contained in:
27
.gitignore
vendored
27
.gitignore
vendored
@@ -1,11 +1,18 @@
|
|||||||
.env
|
.env
|
||||||
/data/
|
|
||||||
/certbot/
|
certbot/
|
||||||
/goaccess/
|
|
||||||
/data/public/
|
goaccess/
|
||||||
/data/conf.d/
|
!goaccess/goaccess.conf
|
||||||
!/data/nginx.conf
|
|
||||||
!/data/sites-available/
|
data/
|
||||||
!/data/sites-enabled/
|
# data/public/
|
||||||
# !/data/conf.d/** # Configurations exist in nginx.conf and site confs
|
# data/conf.d/
|
||||||
!/goaccess/goaccess.conf
|
# data/logs/
|
||||||
|
# data/logs-VCOMBINED/
|
||||||
|
!data/nginx.conf
|
||||||
|
!data/sites-available/**
|
||||||
|
!data/sites-enabled/**
|
||||||
|
# !data/conf.d/** # Configurations exist in nginx.conf and site confs
|
||||||
|
|
||||||
|
!data/sites-enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user