NGINX phpMyAdmin configuration on server remote
| NGINX
After install NGINX ns MariaDb/MySQL we can start install and configuration phpMyAdmin (PMA). This article is for Linux system with remote access (remember security). If you configuring PMA on localhost Read more…
Redirect http to https and WWW to non-WWW NGINX Yii2 WordPress
| NGINX Yii2
Full example redirect all HTTP requests to HTTPS and WWW to non-WWW with Nginx. You can use this for to WordPress, Yii2 basic application template. Read more…
Nginx – configuration disallow files access
| NGINX
This code allow access to files with only chosen extensions e.g :
html|css|js|jpeg|jpg|png
and disallow access to all the rest files: Read more…