]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/telio_tortay/production.nix
Reload httpd service instead of restarting it
[perso/Immae/Config/Nix.git] / modules / private / websites / telio_tortay / production.nix
index 130f4dbf9e757f6f5f9172e8047c7998fd73f777..cdc61fa931836cc1185b49612cb20000d3a6e84c 100644 (file)
@@ -60,6 +60,10 @@ in {
           SetHandler "proxy:unix:${config.services.phpfpm.pools.telio_tortay.socket}|fcgi://localhost"
         </FilesMatch>
 
+        <Location /xmlrpc.php>
+          AllowOverride None
+          Require all denied
+        </Location>
         <Directory ${varDir}/logs>
           AllowOverride None
           Require all denied