monolithic/overlay/etc/nginx/sites-available/10_cache.conf
VibroAxe faa6b3969d Rebase generic off monolithic
This commit rebases the generic code into the monolithic image
This allows the base image to be the more regularly accessed / edited image

Commits to lancachenet/generic:switcheroo will mimic this commit

Also fixes lancachenet/generic#108
2021-07-20 12:04:38 +00:00

10 lines
175 B
Text

server {
listen 80 reuseport;
access_log /data/logs/access.log cachelog;
error_log /data/logs/error.log;
include /etc/nginx/sites-available/cache.conf.d/*.conf;
}