mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
28 lines
672 B
XML
28 lines
672 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<template_config os="FreeBSD" profile="%%LOGS_NGINX_PROFILE%%">
|
|
|
|
<localfile>
|
|
<log_format>apache</log_format>
|
|
<location>/var/log/nginx/error.log</location>
|
|
</localfile>
|
|
|
|
<localfile>
|
|
<log_format>apache</log_format>
|
|
<location>/var/log/nginx/access.log</location>
|
|
</localfile>
|
|
|
|
</template_config>
|
|
|
|
<template_config os="Linux" profile="%%LOGS_NGINX_PROFILE%%">
|
|
|
|
<localfile>
|
|
<log_format>apache</log_format>
|
|
<location>/var/log/nginx/error.log</location>
|
|
</localfile>
|
|
|
|
<localfile>
|
|
<log_format>apache</log_format>
|
|
<location>/var/log/nginx/access.log</location>
|
|
</localfile>
|
|
|
|
</template_config>
|