diff --git a/seed/nginx-static/applicationservice.yml b/seed/nginx-static/applicationservice.yml new file mode 100644 index 00000000..4a3b18b5 --- /dev/null +++ b/seed/nginx-static/applicationservice.yml @@ -0,0 +1,5 @@ +format: '0.1' +description: Nginx with static web site +depends: + - nginx-https + - base-fedora-36 diff --git a/seed/nginx-static/dictionaries/22_nginx_static.xml b/seed/nginx-static/dictionaries/22_nginx_static.xml new file mode 100644 index 00000000..c2956859 --- /dev/null +++ b/seed/nginx-static/dictionaries/22_nginx_static.xml @@ -0,0 +1,15 @@ + + + + + /tmpfiles.d/0static.conf + + + + + + /srv/static + + + + diff --git a/seed/nginx-static/templates/tmpfiles.nginx_static.conf b/seed/nginx-static/templates/tmpfiles.nginx_static.conf new file mode 100644 index 00000000..a30e158e --- /dev/null +++ b/seed/nginx-static/templates/tmpfiles.nginx_static.conf @@ -0,0 +1 @@ +d /srv/static/ 0750 root %%nginx_owner -