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
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
.env
|
|
/data/
|
|
/certbot/
|
|
/goaccess/
|
|
/data/public/
|
|
/data/conf.d/
|
|
!/data/nginx.conf
|
|
!/data/sites-available/
|
|
!/data/sites-enabled/
|
|
# !/data/conf.d/** # Configurations exist in nginx.conf and site confs
|
|
!/goaccess/goaccess.conf
|