diff options
Diffstat (limited to 'modules/private')
-rw-r--r-- | modules/private/websites/telio_tortay/production.nix | 4 |
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 |