From 3202103432740456167424a317c9d40508497a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 22 Apr 2020 22:48:13 +0200 Subject: Reload httpd service instead of restarting it --- modules/private/websites/telio_tortay/production.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/private/websites/telio_tortay') diff --git a/modules/private/websites/telio_tortay/production.nix b/modules/private/websites/telio_tortay/production.nix index 130f4db..cdc61fa 100644 --- a/modules/private/websites/telio_tortay/production.nix +++ b/modules/private/websites/telio_tortay/production.nix @@ -60,6 +60,10 @@ in { SetHandler "proxy:unix:${config.services.phpfpm.pools.telio_tortay.socket}|fcgi://localhost" + + AllowOverride None + Require all denied + AllowOverride None Require all denied -- cgit v1.2.3