digitalocean/nginxconfig.io

wordpress.conf disable xmlrpc service by default

Open

#316 ouverte le 29 déc. 2021

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)JavaScript (1 978 forks)batch import
enhancementgood first issuehacktoberfesthelp wanted

Métriques du dépôt

Stars
 (26 979 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Sorry for not following the template. It's a straightforward question.

By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:

# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
    deny all;
}

However, this disables xmlrpc feature, which disables WordPress mobile and desktop applications to access the site.

Should we consider adding a notice or make it optional?

Guide contributeur