EasyEngine / EasyEngine/easyengine
how wp-admin lock with ee auth?
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.