Match nginx PHP Matching & nginx fixes
This commit is contained in:
parent
18b0900163
commit
65dc92232e
28 changed files with 63 additions and 59 deletions
|
@ -12,7 +12,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
{customsubdomainhttp}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -34,7 +34,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -51,7 +51,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -92,7 +92,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -33,7 +33,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
</VirtualHost>
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -91,7 +91,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
</VirtualHost>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
{customsubdomainhttp}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
{customsubdomainhttp}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -34,7 +34,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -71,7 +71,7 @@
|
|||
Deny from all
|
||||
</Files>
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -94,7 +94,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
Deny from all
|
||||
</Files>
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
</VirtualHost>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -33,7 +33,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -50,7 +50,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -92,7 +92,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
</VirtualHost>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
ErrorLog /var/log/apache2/default.error.log
|
||||
CustomLog /var/log/apache2/default.access.log vhost_combined
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir=/var/www:/tmp:/usr/share:/etc/roundcube:/etc/phpmyadmin:/var/lib/phpmyadmin:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
{customsubdomainhttp}
|
||||
|
@ -37,7 +37,7 @@
|
|||
SSLCertificateKeyFile {ssl_cert_key_path}
|
||||
{ssl_cert_chain_setting_with_path}
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
{customsubdomainhttp}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -34,7 +34,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -51,7 +51,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -93,7 +93,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
@ -121,7 +121,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -144,7 +144,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -166,7 +166,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -213,7 +213,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -34,7 +34,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -51,7 +51,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -94,7 +94,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
@ -122,7 +122,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -145,7 +145,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -167,7 +167,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -215,7 +215,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -27,7 +27,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
SSLEngine on
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
ErrorLog /var/log/apache2/default.error.log
|
||||
CustomLog /var/log/apache2/default.access.log vhost_combined
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir=/var/www:/tmp:/usr/share:/etc/roundcube:/etc/phpmyadmin:/var/lib/phpmyadmin:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
@ -87,7 +87,7 @@
|
|||
SSLCertificateFile /etc/ssl/certs/server.crt
|
||||
SSLCertificateKeyFile /etc/ssl/private/server.key
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir=/var/www:/tmp:/usr/share:/etc/roundcube:/etc/phpmyadmin:/var/lib/phpmyadmin:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
SSLEngine on
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -39,7 +39,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -61,7 +61,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -107,7 +107,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail:/tmp:/var/www/php_sessions:/usr/share:/etc/roundcube:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -39,7 +39,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/webmail2/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}/webmail2; \n upload_tmp_dir={ehcpdir}/webmail2/data; \n session.save_path={ehcpdir}/webmail2/data;"
|
||||
|
||||
SSLEngine on
|
||||
|
@ -61,7 +61,7 @@
|
|||
LogFormat "%v:%p %h %l %u %t \"%{Host}i\" \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined_host
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001{ehcpdir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={ehcpdir}:/usr/share/php:/usr/share/pear"
|
||||
|
||||
<Files ~ "\.conf$">
|
||||
|
@ -108,7 +108,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/httpdocs/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
AccessFileName .htaccess
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
CustomLog {homedir}/logs/access_log combined
|
||||
CustomLog /var/log/apache2/access_log_multi.log vhost_combined_host
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9000{homedir}/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir={homedir}:/usr/share/php:/usr/share/pear; \n upload_tmp_dir={homedir}/phptmpdir; \n session.save_path={homedir}/phptmpdir;"
|
||||
|
||||
SSLEngine on
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
SSLCertificateFile /etc/ssl/certs/server.crt
|
||||
SSLCertificateKeyFile /etc/ssl/private/server.key
|
||||
|
||||
ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyPassMatch ^(.*\.php)$ fcgi://127.0.0.1:9001/var/www/new/$1
|
||||
ProxyFCGISetEnvIf "true" PHP_ADMIN_VALUE "open_basedir=/var/www:/tmp:/usr/share:/etc/roundcube:/etc/phpmyadmin:/var/lib/phpmyadmin:/var/lib/roundcube:/var/log/roundcube; \n upload_tmp_dir=/tmp; \n session.save_path=/var/www/php_sessions;"
|
||||
|
||||
</VirtualHost>
|
||||
|
|
|
@ -14,6 +14,7 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
|
|
|
@ -14,6 +14,7 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
|
|
|
@ -13,6 +13,7 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
|
|
|
@ -13,6 +13,7 @@ events {
|
|||
|
||||
http {
|
||||
server_names_hash_bucket_size 4096;
|
||||
types_hash_max_size 4096;
|
||||
limit_req_zone $binary_remote_addr zone=one:20m rate=10r/s;
|
||||
|
||||
include /etc/nginx/mime.types;
|
||||
|
|
Loading…
Reference in a new issue