mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-26 05:50:18 +00:00
10 lines
219 B
Text
10 lines
219 B
Text
# Primary monolithic cache engine
|
|
|
|
server {
|
|
listen 80 reuseport;
|
|
|
|
access_log /data/logs/access.log cachelog LOG_PARAMS;
|
|
error_log /data/logs/error.log;
|
|
|
|
include /etc/nginx/sites-available/cache.conf.d/*.conf;
|
|
}
|