dataset/seed/applicationservice/2022.03.08/nginx-common/templates/tmpfiles.nginx.conf

10 lines
214 B
Text
Raw Normal View History

2022-03-08 19:42:28 +01:00
# this directory is not used, but must be created
%if %%os_name == 'Fedora'
%set %%usr = "nginx"
%set %%grp = %%usr
%else
%set %%usr = "www-data"
%set %%grp = "adm"
%end if
d /var/log/nginx/ 0750 %%usr %%grp -