aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/telio_tortay/production.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/telio_tortay/production.nix')
-rw-r--r--modules/private/websites/telio_tortay/production.nix4
1 files changed, 4 insertions, 0 deletions
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 {
60 SetHandler "proxy:unix:${config.services.phpfpm.pools.telio_tortay.socket}|fcgi://localhost" 60 SetHandler "proxy:unix:${config.services.phpfpm.pools.telio_tortay.socket}|fcgi://localhost"
61 </FilesMatch> 61 </FilesMatch>
62 62
63 <Location /xmlrpc.php>
64 AllowOverride None
65 Require all denied
66 </Location>
63 <Directory ${varDir}/logs> 67 <Directory ${varDir}/logs>
64 AllowOverride None 68 AllowOverride None
65 Require all denied 69 Require all denied