From 6285e43118eb79238acad08e26938b697c4dfd28 Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 30 Dec 2025 15:30:58 +0100 Subject: [PATCH] Add nginx config file --- Makefile | 2 -- netoik-rp.spec | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a29af92..779af8e 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,5 @@ tarball: $(RPM_SOURCEDIR)/$(NAME)-$(VERSION).tar.gz .PHONY: install install: - install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/nginx - install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/nginx etc/nginx/nginx.conf install --directory $(DESTDIR)$(RPM_SYSCONFDIR)/certbot install --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/certbot etc/certbot/ovh.ini.tpl diff --git a/netoik-rp.spec b/netoik-rp.spec index 6aa0413..d64dd7e 100644 --- a/netoik-rp.spec +++ b/netoik-rp.spec @@ -31,6 +31,7 @@ if [ $1 == 1 ]; then fi %files +%attr(644, root, root) %config %{_sysconfdir}/nginx/nginx.conf %attr(755, root, root) %dir %{_sysconfdir}/certbot %attr(644, root, root) %{_sysconfdir}/certbot/ovh.ini.tpl