coreos-home-server/config/service/nginx/spec.bu
Alex Palaistras 176f65f998 nginx: Fix issues, consolidate naming
Naming for services has been consolidated to `nginx-proxy` and
`nginx-serve`, and issues with resolving underlying containers in the
case of restarts have been fixed by way of resolver configuration.
2021-07-24 14:52:27 +01:00

17 lines
354 B
Plaintext

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