Skip to Content
  • +31 653-919-302
Cafayate.Net
  • 0
  • 0
  • Sign in
  • Nederlands English (US) Español (AR)
  • Contact Us
  • Home
  • Blog
  • Jobs
  • Contact us
Cafayate.Net
  • 0
  • 0
    • Home
    • Blog
    • Jobs
    • Contact us
  • +31 653-919-302
  • Nederlands English (US) Español (AR)
  • Sign in
  • Contact Us

Nginx – Disable xmlrpc.php

  • All Blogs
  • Tech Blog
  • Nginx – Disable xmlrpc.php
  • March 5, 2021 by
    Administrator

    Nginx – Disable xmlrpc.php

    server {
        # stuff
        location = /xmlrpc.php {
            deny all;
        }
    }
    the above lines in vhost files per domain
    server {
    listen x.y.z;
    servername xyz.com;

    location = /xmlrpc.php {
    deny all;
    access_log off; #to prevent from filling up the access log file
    error_log off; #to prevent from filling up the error log file
    }
    }

    in Tech Blog
    WP-CLI

    Designed for companies

    We are a team of passionate people whose goal is to improve everyone's life through disruptive products. We build great products to solve your business problems. Our products are designed for small to medium size companies willing to optimize their performance.

    Get in touch

    Plantexel
    Pedernera
    Salta Capital 
    Argenina

    • +31 653-919-302
    • [email protected]
    Follow us
    Copyright © Plantexel
    Nederlands | English (US) | Español (AR)