Hostvn.net - Tên miền, Web Hosting, Email, VPS & Dịch vụ lưu trữ Website
#####################################################################################
Hostvn.net - WordPress is Docker Images, pre-installed with Nginx, php-fpm and WordPress, with the best security configurations and optimization for WordPress
- Maintained by: Hostvn.net
- Docker hub: https://hub.docker.com/r/hostvn/wordpress
- WordPress: https://wordpress.org/
- WP-CLI: https://wp-cli.org/
- Nginx Brotli module: https://github.com/google/ngx_brotli
- Nginx header more module: https://github.com/openresty/headers-more-nginx-module
- Customize /etc/nginx/nginx.conf file configuration more optimally
- Add module ngx_brotli
- Add module ngx_headers_more
- Security configuration file at: /etc/nginx/extra/security.conf
- Block SQL injections, file injections, spam ... at: /etc/nginx/extra/block.conf
- Disable xmlrpc.php: /etc/nginx/extra/disable_xmlrpc.conf
- Disable User API: /etc/nginx/extra/disable_user_api.conf
- Config browse cache: /etc/nginx/extra/staticfiles.conf
- Add the configuration file CloudFlare ip: /etc/nginx/cloudflare.conf
- Custom PHP Ini: /etc/php/7.4/cli/conf.d/00-hostvn-custom.ini, /etc/php/7.4/fpm/conf.d/00-hostvn-custom.ini
- Added security header structure
- ldap
- zip
- cli
- mysql
- gd
- xml
- mbstring
- soap
- common
- curl
- bcmath
- snmp
- pspell
- gmp
- intl
- imap
- enchant
- xmlrpc
- tidy
- opcache
- imagick
- sqlite3
- json
- memcached
- redis
- igbinary
docker run --name nginx -p 80:80 -p 443:443 --restart always -v ./web:/usr/share/nginx/html -d hostvn/wordpress-php7
docker run --name nginx -p 80:80 -p 443:443 --restart always -v ./web:/usr/share/nginx/html -d hostvn/wordpress-php8