change prefix pma tables - pma_ to pma__. After install and first login to phpmyadmin i can't open any table. After change prefix in config it works. more info http://stackoverflow.com/a/20731569/7363457
Use http2 for faster loading, this requires https.
Create http2.tpl
No http2 support when HTTPS is not active...
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
HTTP2 support
Adds HTTP2 support for NGINX when using the http2 nginx template (only when HTTPS is enabled).
Well known Exim4 issue.
Skurudo gave a solution - https://forum.vestacp.com/viewtopic.php?t=11220#p42605
And, btw, you could think about adding:
disable_ipv6=true
... because GMail and many others mail servers consider sending from ipv6 as spammy email.
(very stupid logic, but it's simply true, if you are sending from ipv6 GMail will mark it as SPAM 100%)
I'm not commiting this, I'll leave to you about this.
In this commit I'm just fixing well known issue with keep_enviroment.
better for security:
using 022 for local_umask and anon_umask is better than 002 ,
it will create default 755 folders and 644 files (instead of 775) :
777 - 775 = 002
777 - 755 = 022
i think it's better to change in all vsftpd.conf files (all in install folder)
regards