Piotr Jasiek
7d43633906
fix pma tables
...
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
2017-05-21 00:52:10 +02:00
Anton Reutov
c6694f2b41
Update caching.sh
2017-05-13 22:45:04 +02:00
Anton Reutov
e856134c8e
Fixing duplicate of lines in 01_caching_pool.conf
2017-05-13 21:41:34 +02:00
Made I.T
f7ca96690b
Create laravel.stpl
2017-03-02 13:51:22 +01:00
Made I.T
58a55915e8
Create laravel.stpl
2017-03-02 13:51:07 +01:00
Made I.T
a6b7d84dc0
Create laravel.tpl
2017-03-02 13:39:38 +01:00
Made I.T
c2193e1a6e
Create laravel.tpl
2017-03-02 13:38:57 +01:00
Made I.T
fe0fbf4c23
Fix owncloud.tpl
2017-03-02 09:20:07 +01:00
Made I.T
83c4ad70b3
Fix owncloud.tpl
2017-03-02 09:19:42 +01:00
Anton Reutov
e598d80708
Merge pull request #1010 from Piterden/master
...
[Fix] Pyrocms nginx config templates
2017-02-20 13:41:26 +03:00
dpeca
3a2cfa20fe
added verify_peer_name => false (Roundcube driver, Debian)
2017-01-13 17:03:02 +01:00
Piterden
ff25fece5b
[Fix] Pyrocms nginx config templates
2016-12-24 18:12:27 +03:00
Serghey Rodin
d93a769b9d
nginx config update
2016-11-25 12:19:04 +02:00
Serghey Rodin
08247f2ce2
new dns templates
2016-11-25 12:09:33 +02:00
Serghey Rodin
6ad6c0dbca
rfc2047 in autoreply + utf8 headers
2016-11-24 17:07:14 +02:00
dpeca
f94e9944ec
Exim disable_ipv6=true
2016-11-24 01:24:49 +01:00
Serghey Rodin
44cdc17a18
Merge pull request #892 from pcfreak30/hotfix/891
...
*Add better support for idn domains
2016-11-23 13:55:51 +03:00
Made I.T
bc08ab0cb7
Dovecot logrotate debian 8
2016-11-21 23:12:41 +01:00
Made I.T
dc50ace24c
Dovecot logrotate debian 7
2016-11-21 23:12:11 +01:00
Derrick Hammer
a0cf86cd28
*Add better support for idn domains
2016-10-23 19:06:38 -04:00
dpeca
cf1a7329e9
Roundcube tinyMCE fix for Debian 8
2016-10-12 20:02:18 +00:00
Serghey Rodin
0734b309e7
unlimited disk quota by default
2016-09-30 12:35:18 +03:00
Serghey Rodin
44be086dfc
awstats/webalized fix for php-fpm systems
2016-09-29 23:05:39 +03:00
Serghey Rodin
26146998a6
php5-fpm config for debian 7
2016-09-07 14:21:07 +03:00
Alexandr Loskutov
6a9ded7c99
Исправление шаблона socket
...
Исправление для правильной работы php-fpm с шаблоном socket
2016-09-06 09:49:01 +03:00
dpeca
eaeda2e769
Fix for: Warning: purging the environment. Suggested action: use keep_environment.
...
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.
2016-08-30 17:45:33 +02:00
Serghey Rodin
14d346e730
Merge pull request #774 from dpeca/patch-2
...
Removing AllowSupplementaryGroups from clamav.conf
2016-08-29 19:10:42 +03:00
core01
fad19fee73
Merge remote-tracking branch 'upstream/master'
2016-08-24 21:30:37 +03:00
core01
fdd35376f1
Fixing incorrect load of image, css and js when using HTTPS
2016-08-24 21:21:21 +03:00
dpeca
1c1ba0449c
Removing AllowSupplementaryGroups from clamav.conf
...
Option 'AllowSupplementaryGroups' is not allowed anymore on new version of ClamAV
Reported as bug - https://bugs.vestacp.com/issues/279
Details - http://forum.vestacp.com/viewtopic.php?f=12&t=11884
2016-07-20 20:21:51 +02:00
Serghey Rodin
d6e047a395
Merge pull request #750 from orwah/master
...
Update vsftpd.conf (install directory)
2016-07-06 13:54:28 +03:00
Orwah Issa
eb86b95e79
Update vsftpd.conf
2016-07-06 03:29:20 +02:00
Metallizzer
a0a003423d
Parameter %domain% may contain non-ASCII characters, use the %domain idn% instead, when specifying sendmail Return-Path
2016-06-30 18:29:32 +07:00
Serghey Rodin
c59b6230a2
Release 0.9.8-16
2016-06-27 14:31:44 +03:00
Serghey Rodin
e9990633f0
Merge pull request #704 from orwah/patch-4
...
Update vsftpd.conf
2016-06-27 11:33:56 +03:00
Serghey Rodin
a4c0e13065
Merge pull request #627 from n1trux/master
...
fix dokuwiki nginx template
2016-06-27 11:32:40 +03:00
Orwah Issa
53cd231148
Update vsftpd.conf
...
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
2016-06-27 07:03:34 +02:00
Orwah Issa
937919439a
Update vsftpd.conf
...
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 this must change in all vsftpd.conf files in install folder
regards
2016-06-27 06:18:45 +02:00
Serghey Rodin
972c82ae6b
Merge pull request #561 from cdnmall/cdnmall-patch-1
...
Open TCP port 53 for dns
2016-06-27 02:13:32 +03:00
Serghey Rodin
9ec4e8b32a
Merge pull request #549 from amiri27/master
...
Added use_localtime attribute to vsftpd
2016-06-27 02:12:57 +03:00
Serghey Rodin
5748549de5
Merge pull request #588 from alex-connor/patch-6
...
Update nginx.conf
2016-06-27 02:12:14 +03:00
Serghey Rodin
e2179291c4
Merge pull request #589 from alex-connor/patch-7
...
Update nginx.conf
2016-06-27 02:12:06 +03:00
Serghey Rodin
fb1e7aa43f
Merge pull request #621 from atonit/update-exim-to-exim4
...
updated exim to exim4 directory in localuser_fwd_only debian ubuntu
2016-06-27 02:05:03 +03:00
Serghey Rodin
c9e586d9eb
Merge pull request #619 from dpeca/patch-1
...
Update for Roundcube Password driver for Vesta
2016-06-27 02:00:49 +03:00
Serghey Rodin
9f0073a3b2
Merge pull request #631 from crackerizer/master
...
Added Drupal 6,7 and Moodle Nginx's templates
2016-06-27 01:59:45 +03:00
Serghey Rodin
c436f0791a
Merge pull request #671 from core01/master
...
MODX nginx templates added
2016-06-25 11:35:32 +03:00
Serghey Rodin
407f72fae1
Merge pull request #673 from ibarrajo/master
...
Fixing exim auto reply bug for ubuntu and debian as stated in issue #198
2016-06-25 11:34:20 +03:00
martijndedood
6dcfc8a3dc
no-php.tpl # comment replaced with ; comment
2016-05-31 21:45:38 +02:00
Josue Alexander Ibarra
19bf969b84
Fixing exim auto reply bug for ubuntu and debian as stated in issue #198
2016-04-02 11:59:29 -07:00
Roman Sadoyan
9c655bfcf3
MODX nginx template added
2016-03-26 14:13:15 +03:00