coreos-home-server/config/service/nginx/spec.fcc
Alex Palaistras d9f675817e First public release for CoreOS Home Server
This contains the culmination of work done privately for a few months,
and is intended to be a solid basis for other peoples' experimentations
with setting up single-node, home-server setups using Fedora CoreOS.
2021-03-20 16:32:42 +00:00

27 lines
774 B
Plaintext

variant: fcos
version: 1.3.0
storage:
files:
- path: /etc/systemd/system/nginx-ingress.service
contents:
local: service/nginx/nginx-ingress.service
- path: /etc/systemd/system/nginx-ingress-http@.service
contents:
local: service/nginx/nginx-ingress-http@.service
- path: /etc/systemd/system/nginx-static@.service
contents:
local: service/nginx/nginx-static@.service
- path: /etc/systemd/system/nginx-php@.service
contents:
local: service/nginx/nginx-php@.service
systemd:
units:
- name: nginx-ingress.service
enabled: true
- name: nginx-ingress-http@.service
enabled: true
- name: nginx-static@.service
enabled: true
- name: nginx-php@.service
enabled: true