EasyEngine / EasyEngine/easyengine
how wp-admin lock with ee auth?
- Vorherrschende Sprache
- PHP
- Sterne
- 2.2k
- Forks
- 423
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Dear Easyenginx
I'm difficult find how to protect wp-admin on ee version 4.0.9 .
the prevision version 3 i just create file on /etc/nginx/common for execute on nginx site configure it working fine.
---------------------------------------------------------------------------
location /wp-admin {
location ~ /wp-admin/admin-ajax.php$ {
include fastcgi_params;
fastcgi_pass php;
}
location ~* /wp-admin/.*\.php$ {
include fastcgi_params;
fastcgi_pass php;
include common/acl.conf;
}
}
------------------------------------------------------------------------------
i see commands ee auth (ee auth create) too but not clear how to protect wp-admin path only.
please help guide thanks you.
Beitragsleitfaden
Rechercherichtung
Start with the existing /etc/nginx/common/acl.conf example and the ee auth create command mentioned in the issue. Clarify how EasyEngine 4.0.9 restricts only /wp-admin while preserving /wp-admin/admin-ajax.php, then document the usage and configuration example; done when a user can follow the guide successfully.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- nginx, php, wordpress
- Bereich
- authentication, backend, documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100