mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-23 04:23:09 +00:00
425a75c7da
Thanks @gotenxiao Co-authored-by: GotenXiao <gotenxiao@gmail.com>
8 lines
173 B
Text
8 lines
173 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;
|
|
}
|