SuccessChanges

Summary

  1. Revert "change version information for release" (details)
  2. Issue #1396326 by Steven Jones: Fixed Mod rewrite double escapes URLs. (details)
  3. Set permission 0440 on drushrc.php so group bit can read it. Solves #1405380 (details)
  4. add missing mysql-client dependency to slaves (details)
  5. By mrfelton: include extra_config in Nginx SSL vhost. Fixes #1369608 (details)
  6. Issue #1421356 by omega8cc: Fixed Wrong variables for files paths hardcoded for D7 sites. (details)
  7. Issue #1259098 - is_executable() does not accept arguments so -s should be added after the file is tested. (details)
  8. Fix code style of provision_drupal.drush.inc (details)
  9. Issue #1388906 by omega8cc - It is possible to break Nginx based install with upload progress by enabling nginx_ssl feature. (details)
  10. Issue #1346794 by mrfelton - Nginx SSL declarations need to be added to redirect vhosts. (details)
  11. Issue #1346712 by mrfelton - Nginx config files required as includes in vhosts are not copied when Nginx SSL feature is enabled. (details)
  12. 1444172: Fix Syntax error in the help description of provision-login_reset (details)
  13. Fix indenting in the Nginx config includes. (details)
  14. Better defaults for Nginx FastCGI Caching. (details)
  15. Fix whitespace in server.tpl.php (details)
  16. Hide some identity headers in the Nginx config. (details)
  17. Use $proxy_add_x_forwarded_for instead of $remote_addr in the Nginx access log. (details)
  18. Use Nginx maps to simplify config includes. (details)
  19. Fix whitespace and extra new lines. (details)
  20. We no longer need the $nginx_has_new_version variable. (details)
  21. Fix whitespace. (details)
  22. Find nginx executable to make the check for compiled in modules reliable. (details)
  23. Set worker_processes to 4 in the nginx.conf by default. (details)
  24. Add support for Nginx Microcaching and Drupal contrib modules: audio, radioactivity, responsive_images, resp_img and ais. Improve Boost support and use Nginx maps to simplify config includes. (details)
  25. Allow up to 18 simultaneous connections from one IP address. (details)
  26. Disable access_log for redirect vhost to limit noise in the Nginx acces log. (details)
  27. Issue #1442906 by cweagans - Nginx should listen on all supplied IP addresses also on port 80. (details)
  28. Allow some known php files also in profiles - a fix for Nginx config regression. (details)
  29. Remove debugging in Nginx config. (details)
  30. Issue #1442906 by cweagans - Nginx should listen on all supplied IP addresses also on port 80 in all vhosts. (details)
  31. Issue #1439196 by Steven Jones: Fixed Don't lock the DB during backups. (details)
  32. Attempt to fix the previous commit. (details)
  33. Use faster locations matching where possible in the Nginx config. (details)
  34. Add Nutch to the list of blocked crawlers in Nginx. (details)
  35. More compact regex for blocked crawlers in Nginx. (details)
  36. Restore ability to automatic fallback to wildcard listen directive in Nginx and fix spacing. (details)
  37. make this a native package (details)
  38. remove watchfile (details)
  39. mark the debian branch merge (details)
  40. rebase instead of just pull (details)
  41. edit the changelog in the release.sh script (details)
  42. fix my email address (details)
  43. we are native, no sense in using quilt anymore (details)
  44. hardcode 6.x in release.sh to avoid confusion (details)
  45. change version information for release 1.7 (details)
  46. Revert "change version information for release 1.7" (details)
  47. Add patch from #1062168 comment 6. (details)
  48. Fix up the previous commit. (details)
  49. change version information for release 1.7 (details)
  50. Revert "change version information for release 1.7" (details)
  51. Block aggressive crawler SWEBot in the main Nginx config. (details)
  52. Send all known bots to $args free URLs in Nginx. (details)
  53. Issue #1478984 by obrienmd - Add Access-Control-Allow-Origin header with wildcard for static files in Nginx, also to support cdn-delivered @font-face. (details)
  54. Issue #1486298 by Steven Jones: Fixed End of install process is messy. (details)
  55. Block Morfeus crawler in Nginx. (details)
  56. Deny all known crawlers on aggregator URI in Nginx. (details)
  57. Drupal 8 compatibility in Nginx. (details)
  58. Use correct X-Engine header in Nginx. (details)
  59. Issue #1388542 by dsnopek: Fixed packages in sites/all/modules should override profile/*/modules. (details)
  60. Issue #1387394 by Steven Jones: Fixed deleting a site doesn't delete soft links. (details)
  61. Issue #1387394 by Steven Jones: Fixed deleting a site doesn't delete soft links. (details)
  62. Issue #1283854 by GuyPaddock, Steven Jones: Fixed Use of parameters in provision_file()->symlink() is incorrect. (details)
  63. Issue #1498774 by jm.federico - Set higher value for map_hash_bucket_size in Nginx by default. (details)
  64. Issue #1505370 by tribe_of_dan - Conflict between Mime Type and Document Type in Nginx. (details)
  65. Provide MOBILE_DEVICE value detected/set by Nginx as accessible for PHP-FPM/Drupal backend. (details)
  66. Issue #1515762 by omega8cc - Nginx microcaching should skip all known AJAX requests. (details)
  67. Use higher values for limit_conn to avoid issues when there are many files included in the page and to better support advagg module. (details)
  68. Update description for limit_conn in Nginx. (details)
  69. Issue #1524860 by omega8cc - Empty response 444 in Nginx confuses search bots. (details)
  70. Issue #1528996 and #1527852 by PlayfulWolf - Nginx microcaching shouldn't cache any upstream errors. (details)
  71. Issue #1472460 by dmiric and #1524738 by flexgrip - Nginx configuration denies HTTP request methods: PUT, DELETE and OPTIONS and it breaks services/REST. (details)
  72. Issue #1534306 by omega8cc - Duplicate directives in the Nginx config cause issues with recommended Dotdeb Nginx build. (details)
  73. Issue #1510572 by Steven Jones: Fixed Why do we use mktime() instead of time() ?. (details)
  74. Remove duplicate error_log directive in the Nginx config. (details)
  75. Issue #1528996 by omega8cc - Nginx microcaching should use fastcgi_cache_valid with 1s only for upstream errors. (details)
  76. Partial revert "Revert "change version information for release 1.7"" (details)
  77. Issue #1537872 by Steven Jones: Fixed Release script reverts debian changelog. (details)
  78. change version information for release 1.8 (details)
  79. Revert "change version information for release 1.8" (details)
  80. Issue #1528996 by omega8cc - Nginx microcaching should use fastcgi_cache_valid with 5s only for 403 error. (details)
  81. Use separate cache for spiders/bots (Nginx). (details)
  82. Do not cache http auth requests. Use compact microcaching config (Nginx). (details)
  83. Issue #1544144 by thsutton - Use $server_name instead of $host in all sites/ paths to avoid broken URLs to static files for domain aliases in D7 (Nginx). (details)
  84. Only errors 500 and 503 are supported in fastcgi_cache_use_stale (Nginx). (details)
  85. Issue #1205956 by helmo - Document the Provision API (details)
  86. Issue #1504120 by Steven Jones: Fixed Script user of remote servers is ignored. (details)
  87. Issue #1454316 by Steven Jones: Fixed Provision recurses infinitely on reading in context. (details)
  88. Issue #1454316 by Steven Jones: Fixed Provision recurses infinitely on reading in context. (details)
Commit 8200deeeb9aeeb600639ef7f1ced415025933ff0 by jenkins
Revert "change version information for release"

This reverts commit e921cf313610e4906fe755d7238be36acd32ec87.
The file was modifiedprovision.info
The file was modifiedupgrade.sh.txt
The file was modifiedaegir.make
Commit 6d0a23c8592de23acbc5b4c0e0a0627ad3ce2d3d by Steven Jones
Issue #1396326 by Steven Jones: Fixed Mod rewrite double escapes URLs.
The file was modifiedhttp/apache/vhost.tpl.php
The file was modifiedhttp/apache_ssl/vhost_ssl.tpl.php
Commit 16e357bb0f6e29ade80db57fe09977a5ca3305e7 by Miguel Jacq
Set permission 0440 on drushrc.php so group bit can read it. Solves #1405380
The file was modifiedprovision.config.inc
Commit 6d20fb6c60be8108b2299430c59f24b1b8682860 by Antoine Beaupré
add missing mysql-client dependency to slaves
The file was modifieddebian/control
Commit cc2f00f725b74bcd5d56232cf56cb5be6a699173 by Miguel Jacq
By mrfelton: include extra_config in Nginx SSL vhost. Fixes #1369608
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
Commit ce6c2e4079e3eff564427b1218a4a5e1326202da by Steven Jones
Issue #1421356 by omega8cc: Fixed Wrong variables for files paths hardcoded for D7 sites.
The file was modifiedplatform/provision_drupal.drush.inc
The file was modifiedplatform/provision_drupal_settings.tpl.php
Commit 97d727a7ff5eb36517eda6082dbcf36554d3dea6 by Steven Jones
Issue #1259098 - is_executable() does not accept arguments so -s should be added after the file is tested.
The file was modifiedhttp/nginx/nginx_service.inc
Commit 0ae2919cf1ba2a60182ae668e6bc305be800417f by Steven Jones
Fix code style of provision_drupal.drush.inc
The file was modifiedplatform/provision_drupal.drush.inc
Commit d9d297d44f0be0b5ac1fbb40b30434b66d0f8fb5 by Miguel Jacq
Issue #1388906 by omega8cc - It is possible to break Nginx based install with upload progress by enabling nginx_ssl feature.
The file was modifiedhttp/nginx_ssl/nginx_ssl_service.inc
Commit 4c53f5c5cea9a3abe53aa0bf28231c22b625ddf7 by Miguel Jacq
Issue #1346794 by mrfelton - Nginx SSL declarations need to be added to redirect vhosts.
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
Commit a635d158a3611ab1dfaf64322bb9f50c9f0861aa by Miguel Jacq
Issue #1346712 by mrfelton - Nginx config files required as includes in vhosts are not copied when Nginx SSL feature is enabled.
The file was modifiedhttp/nginx_ssl/nginx_ssl_service.inc
Commit a95a9bdbb88ea2b5df86667e5b335019092814bb by Miguel Jacq
1444172: Fix Syntax error in the help description of provision-login_reset
The file was modifiedprovision.drush.inc
Commit 8ac4b61d1504cc37fc45045f31b540e762bed7d2 by omega8cc
Fix indenting in the Nginx config includes.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit adab0f2534658626eaf9921c782821f2caba57ad by omega8cc
Better defaults for Nginx FastCGI Caching.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/server.tpl.php
Commit 2140d355a72e7066e5eac7d528e1e8d345dd6417 by omega8cc
Fix whitespace in server.tpl.php

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/server.tpl.php
Commit d4106fc48ff7ba60b287c7bb556c51d0371934a0 by omega8cc
Hide some identity headers in the Nginx config.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/server.tpl.php
Commit a3080bb47fe70844fbc70b2258720dd19bde3c6e by omega8cc
Use $proxy_add_x_forwarded_for instead of $remote_addr in the Nginx access log.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/server.tpl.php
Commit 0b2f11a01fa5b6d3598be4462d93d863619c25d8 by omega8cc
Use Nginx maps to simplify config includes.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/server.tpl.php
Commit a88acd8765da1d2f21889f60e51f2ad6c988115d by omega8cc
Fix whitespace and extra new lines.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx_ssl/nginx_ssl_service.inc
The file was modifiedhttp/nginx/nginx_service.inc
Commit 4d9b5ee65204d43a9e996353a7eeeb700626dd16 by omega8cc
We no longer need the $nginx_has_new_version variable.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/vhost.tpl.php
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
The file was modifiedhttp/nginx_ssl/nginx_ssl_service.inc
The file was modifiedhttp/nginx/nginx_service.inc
Commit b959ad200f0ffb9fa2ea7aea303c423ec23d2d83 by omega8cc
Fix whitespace.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
Commit 009294bca51396c8904235b747f5f560196c54bf by omega8cc
Find nginx executable to make the check for compiled in modules reliable.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/nginx_service.inc
The file was modifiedhttp/nginx_ssl/nginx_ssl_service.inc
Commit 8cfbf37ac55b6a1418943829e9841c90604e04bf by omega8cc
Set worker_processes to 4 in the nginx.conf by default.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/nginx.conf
Commit 9ea35d8abb8f250645d789f08bb068855826c4f6 by omega8cc
Add support for Nginx Microcaching and Drupal contrib modules: audio, radioactivity, responsive_images, resp_img and ais. Improve Boost support and use Nginx maps to simplify config includes.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit c00a2c4055690d129b64d67e79512b7fea08b49a by omega8cc
Allow up to 18 simultaneous connections from one IP address.
The file was modifiedhttp/nginx/vhost.tpl.php
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
Commit c7d59973f80137c893321c5c28afe47752fe0ce3 by omega8cc
Disable access_log for redirect vhost to limit noise in the Nginx acces log.
The file was modifiedhttp/nginx/vhost.tpl.php
Commit 02a2f9e3b3709d410bd566129fde627f99da7447 by omega8cc
Issue #1442906 by cweagans - Nginx should listen on all supplied IP addresses also on port 80.
The file was modifiedhttp/nginx/server.tpl.php
Commit cd9270e34fb0ffff9c1f97995d2b4bb981327110 by omega8cc
Allow some known php files also in profiles - a fix for Nginx config regression.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit a6c324a5c902bb782cacf52894eb7ece453380ba by omega8cc
Remove debugging in Nginx config.
The file was modifiedhttp/nginx/server.tpl.php
Commit 48c1750f1367de442536bad9cad8faa343d40b8f by omega8cc
Issue #1442906 by cweagans - Nginx should listen on all supplied IP addresses also on port 80 in all vhosts.
The file was modifiedhttp/nginx/vhost.tpl.php
Commit c07fb0365fb8b2257f891c4386158d32b7b3af6e by Steven Jones
Issue #1439196 by Steven Jones: Fixed Don't lock the DB during backups.
The file was modifieddb/mysql/mysql_service.inc
Commit 8aa52f86b618b818f155c92391198d4384797e86 by Steven Jones
Attempt to fix the previous commit.
The file was modifieddb/mysql/mysql_service.inc
Commit 3bc99fd6da7bc9ff3d3f8f38041f9c0b09a5b3cc by omega8cc
Use faster locations matching where possible in the Nginx config.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 2cf618e13a16bf13f43fecc5a754acdb1885fe4d by omega8cc
Add Nutch to the list of blocked crawlers in Nginx.
The file was modifiedhttp/nginx/server.tpl.php
Commit 2b6a6ca5d74e11ef7753668c831924a37022b7a7 by omega8cc
More compact regex for blocked crawlers in Nginx.
The file was modifiedhttp/nginx/server.tpl.php
Commit 0ce5c6ea8cf62b930c2c3e46cf14188abdc115ca by omega8cc
Restore ability to automatic fallback to wildcard listen directive in Nginx and fix spacing.
The file was modifiedhttp/nginx_ssl/vhost_ssl_disabled.tpl.php
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
The file was modifiedhttp/nginx_ssl/server_ssl.tpl.php
The file was modifiedhttp/nginx/vhost_disabled.tpl.php
The file was modifiedhttp/nginx/server.tpl.php
The file was modifiedhttp/nginx/vhost.tpl.php
Commit 32fc4472aaa182ce801defd33a0e03db24273ba5 by Antoine Beaupré
make this a native package

while Aegir is desgined to run on other systems than Debian, it is
currently *not* uploaded into Debian itself, and therefore there is
only one source of packages, debian.aegirproject.org.

this will mean we will need to make a new release every time we want to publish changes to the Debian package, but this annoyance outweights the trouble of having to maintain 4 different branches (1.x, 2.x and debian, debian2x) to have a 2.x debian package.

once we start looking again at sending the Debian packages directly into the main Debian archive, we can re-create the debian branch and make non-native packages there. for example, 2.x could eventually have no debian/ directory and the debian branch would be solely for the 2.x release...

in the meantime the debian branch is not to be used.
The file was modifieddebian/gbp.conf
Commit 245a249d738829d883b1851511bde2e32ed9461b by Antoine Beaupré
remove watchfile

now that we are a native package it doesn't make sense
The file was removeddebian/watch
Commit 717d4ebf1298a9d8ffff476f083670b80670204d by Antoine Beaupré
mark the debian branch merge
The file was modifieddebian/changelog
Commit 16faf1c1c47fc0af22518194c099466d3633d361 by Antoine Beaupré
rebase instead of just pull
The file was modifiedrelease.sh
Commit 5b09ed18524376500aa20f554a868c72e087daa7 by Antoine Beaupré
edit the changelog in the release.sh script
The file was modifiedrelease.sh
Commit 484c720d55f9934e2b4d64576d43f72555990513 by Antoine Beaupré
fix my email address
The file was modifieddebian/control
Commit 0f2e3519836127e4fda489b500ea72e3ae90e31e by Antoine Beaupré
we are native, no sense in using quilt anymore
The file was removeddebian/source/format
Commit 2d30800a71b05a2c05e53db400a06ca91a6593f7 by Antoine Beaupré
hardcode 6.x in release.sh to avoid confusion
The file was modifiedrelease.sh
Commit 37b2844543f0bbf498719b037addc8457b87fa1a by Antoine Beaupré
change version information for release 1.7
The file was modifiedprovision.info
The file was modifieddebian/changelog
The file was modifiedaegir.make
The file was modifiedupgrade.sh.txt
Commit 63a7fbfe97bc00eecbe409254be97e9ae8916707 by Antoine Beaupré
Revert "change version information for release 1.7"

This reverts commit 37b2844543f0bbf498719b037addc8457b87fa1a.
The file was modifiedupgrade.sh.txt
The file was modifiedprovision.info
The file was modifiedaegir.make
The file was modifieddebian/changelog
Commit 89877cd22e16b8263c999a8dbce85e4d6a40fc04 by Antoine Beaupré
Add patch from #1062168 comment 6.

By EugenMayer: Added chained certificates support.
The file was modifiedhttp/apache_ssl/vhost_ssl.tpl.php
The file was modifiedhttp/http.ssl.inc
Commit 46cacfbc6f8d78cedcc429330aa96aff756d48d2 by Antoine Beaupré
Fix up the previous commit.
The file was modifiedhttp/apache_ssl/vhost_ssl.tpl.php
The file was modifiedhttp/http.ssl.inc
Commit b147994cc20c287691373a74e6f9b2c339c3ffcb by Antoine Beaupré
change version information for release 1.7
The file was modifiedupgrade.sh.txt
The file was modifieddebian/changelog
The file was modifiedaegir.make
The file was modifiedprovision.info
Commit 745f476c8ed5c9d13fff173dea212dbbe111aa1f by Antoine Beaupré
Revert "change version information for release 1.7"

This reverts commit 37b2844543f0bbf498719b037addc8457b87fa1a.
The file was modifiedprovision.info
The file was modifieddebian/changelog
The file was modifiedaegir.make
The file was modifiedupgrade.sh.txt
Commit ab62f77322eac6dc2de36f367d8ce3b51262aec5 by omega8cc
Block aggressive crawler SWEBot in the main Nginx config.
The file was modifiedhttp/nginx/server.tpl.php
Commit 2c54534fdf8a606c3681b3b7ea894826b398f197 by omega8cc
Send all known bots to $args free URLs in Nginx.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 503e9ca463d3d4213f1730cdd2388ed819b5f351 by omega8cc
Issue #1478984 by obrienmd - Add Access-Control-Allow-Origin header with wildcard for static files in Nginx, also to support cdn-delivered @font-face.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 7c553d9e5ad3028be4fdc408453c4d3c769ba3fc by Steven Jones
Issue #1486298 by Steven Jones: Fixed End of install process is messy.
The file was modifiedinstall.hostmaster.inc
Commit b1497b6742da2b59cbb867e820a8e64f2f2af851 by omega8cc
Block Morfeus crawler in Nginx.
The file was modifiedhttp/nginx/server.tpl.php
Commit 24545454212e0e6741c36cbe77dd03e93ec72b57 by omega8cc
Deny all known crawlers on aggregator URI in Nginx.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 631bfc7c7235144bad73cb9635c66b2339ae45da by omega8cc
Drupal 8 compatibility in Nginx.
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit aafe175fb841d20d43110ffd20398c4e91c1dd2e by omega8cc
Use correct X-Engine header in Nginx.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 6530e8c6b4d0d1a7244095b03758973cbdf77044 by Steven Jones
Issue #1388542 by dsnopek: Fixed packages in sites/all/modules should override profile/*/modules.
The file was modifiedplatform/provision_drupal.drush.inc
Commit 72c97aa86636d7978d88d8ea1e4a12cc1661822c by Steven Jones
Issue #1387394 by Steven Jones: Fixed deleting a site doesn't delete soft links.
The file was modifiedplatform/delete.provision.inc
Commit 56d8d86fc83d680b17a1a088a7229063c243072e by Steven Jones
Issue #1387394 by Steven Jones: Fixed deleting a site doesn't delete soft links.
The file was modifiedplatform/migrate.provision.inc
Commit c0cd7d1597e51c3282a8be4804a84f2f76e41bad by Steven Jones
Issue #1283854 by GuyPaddock, Steven Jones: Fixed Use of parameters in provision_file()->symlink() is incorrect.
The file was modifiedprovision.file.inc
Commit 11d42bf85eafb01193242bc11fdf00eb2ef29df6 by omega8cc
Issue #1498774 by jm.federico - Set higher value for map_hash_bucket_size in Nginx by default.

Signed-off-by: Barracuda Team <admin@omega8.cc>
The file was modifiedhttp/nginx/server.tpl.php
Commit 56451d1f32a6ec669847a609a44063f13506af4b by omega8cc
Issue #1505370 by tribe_of_dan - Conflict between Mime Type and Document Type in Nginx.
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit ed9bb0e2b481ab2188a0bcedd35ca9e8db2941da by omega8cc
Provide MOBILE_DEVICE value detected/set by Nginx as accessible for PHP-FPM/Drupal backend.
The file was modifiedhttp/nginx/server.tpl.php
The file was modifiedhttp/nginx/fastcgi_params.conf
The file was modifiedhttp/nginx/fastcgi_ssl_params.conf
Commit e23e4051c3d6b56d1d8ebe6d5e456135d4b6cb8f by omega8cc
Issue #1515762 by omega8cc - Nginx microcaching should skip all known AJAX requests.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit e2c2ac10b37a838c2c5668799aeb1a889457bb46 by omega8cc
Use higher values for limit_conn to avoid issues when there are many files included in the page and to better support advagg module.
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/vhost.tpl.php
The file was modifiedhttp/nginx/server.tpl.php
The file was modifiedhttp/nginx/vhost_disabled.tpl.php
The file was modifiedhttp/nginx_ssl/vhost_ssl_disabled.tpl.php
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
The file was modifiedhttp/nginx_ssl/server_ssl.tpl.php
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit dfd6a12266ac112f7a059f3122260f0903bd5b87 by omega8cc
Update description for limit_conn in Nginx.
The file was modifiedhttp/nginx/vhost.tpl.php
The file was modifiedhttp/nginx_ssl/vhost_ssl.tpl.php
The file was modifiedhttp/nginx/server.tpl.php
The file was modifiedhttp/nginx_ssl/server_ssl.tpl.php
Commit f40bcbb272ce5ed1bc3ff26eb981bb6b5bf542c8 by omega8cc
Issue #1524860 by omega8cc - Empty response 444 in Nginx confuses search bots.
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/server.tpl.php
Commit 2f555585299ac2b476522c9b35848ce2f399ee0c by omega8cc
Issue #1528996 and #1527852 by PlayfulWolf - Nginx microcaching shouldn't cache any upstream errors.
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit a0ad4ca2ab1c46a062465cf5a81a4c4be6ce3616 by omega8cc
Issue #1472460 by dmiric and #1524738 by flexgrip - Nginx configuration denies HTTP request methods: PUT, DELETE and OPTIONS and it breaks services/REST.
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit abaa275343098b85e2118028d39948f7a9556e09 by omega8cc
Issue #1534306 by omega8cc - Duplicate directives in the Nginx config cause issues with recommended Dotdeb Nginx build.
The file was modifiedhttp/nginx/nginx.conf
The file was modifiedhttp/nginx/server.tpl.php
Commit a2655279286d12d882811cf67991c757c4d8d3cd by Steven Jones
Issue #1510572 by Steven Jones: Fixed Why do we use mktime() instead of time() ?.
The file was modifiedplatform/backup.provision.inc
The file was modifiedexample/basic/basic_service.inc
Commit 0e3d10f198b8464e20acc6aad0806b9e5152d474 by omega8cc
Remove duplicate error_log directive in the Nginx config.
The file was modifiedhttp/nginx/nginx.conf
Commit a104712466f528111414b00fc631c406a7dc2ae1 by omega8cc
Issue #1528996 by omega8cc - Nginx microcaching should use fastcgi_cache_valid with 1s only for upstream errors.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 64966320255087dd1d52e1763d65030af6a71abb by Steven Jones
Partial revert "Revert "change version information for release 1.7""

This reverts commit 745f476c8ed5c9d13fff173dea212dbbe111aa1f.
The file was modifieddebian/changelog
Commit 499ee67ea8dc5694ffa05978979c71d778ff6566 by Steven Jones
Issue #1537872 by Steven Jones: Fixed Release script reverts debian changelog.
The file was modifiedrelease.sh
Commit 0a4d405ce8208f11a381483ccb69bc08df8fe693 by Steven Jones
change version information for release 1.8
The file was modifiedaegir.make
The file was modifiedupgrade.sh.txt
The file was modifiedprovision.info
The file was modifieddebian/changelog
Commit 2a3884432fbe789515ad0b2784cbd3e59686ab16 by Steven Jones
Revert "change version information for release 1.8"

This reverts commit 0a4d405ce8208f11a381483ccb69bc08df8fe693.
The file was modifiedupgrade.sh.txt
The file was modifiedprovision.info
The file was modifiedaegir.make
Commit 02f54f6b6fe4d58e19e5f6cf76124c41f76407a2 by omega8cc
Issue #1528996 by omega8cc - Nginx microcaching should use fastcgi_cache_valid with 5s only for 403 error.
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 986ffb0e5b8abe1f4711e3e377122169c78e5571 by omega8cc
Use separate cache for spiders/bots (Nginx).
The file was modifiedhttp/nginx/nginx_advanced_include.conf
The file was modifiedhttp/nginx/nginx_simple_include.conf
Commit 55bb97edfa6569bf6fd23a991a3629b09b25628b by omega8cc
Do not cache http auth requests. Use compact microcaching config (Nginx).
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit 2fc157de8a7e760d134926855c747aaa0d1ab0b9 by omega8cc
Issue #1544144 by thsutton - Use $server_name instead of $host in all sites/ paths to avoid broken URLs to static files for domain aliases in D7 (Nginx).
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit 64d7194c80bdc92de21af128f21198fe3a12de93 by omega8cc
Only errors 500 and 503 are supported in fastcgi_cache_use_stale (Nginx).
The file was modifiedhttp/nginx/nginx_simple_include.conf
The file was modifiedhttp/nginx/nginx_advanced_include.conf
Commit 24fdd2912613490bf80fcee6dae33975b4656918 by Miguel Jacq
Issue #1205956 by helmo - Document the Provision API
The file was modifiedplatform/deploy.provision.inc
The file was modifiedplatform/migrate.provision.inc
Commit 6ee1481d91c91f6a8f80b4bde5c4c94a1d049ab1 by Steven Jones
Issue #1504120 by Steven Jones: Fixed Script user of remote servers is ignored.
The file was modifiedprovision.context.server.inc
Commit 59ec3f12af9c2eb5d33e0f7a540105c108b35e60 by Steven Jones
Issue #1454316 by Steven Jones: Fixed Provision recurses infinitely on reading in context.
The file was modifiedprovision.context.inc
Commit f61e716dd907731d5358f6dcecfc474da03054dc by Steven Jones
Issue #1454316 by Steven Jones: Fixed Provision recurses infinitely on reading in context.
The file was modifiedprovision.context.inc