summaryrefslogtreecommitdiff
path: root/usr.sbin/nginx
AgeCommit message (Expand)Author
2013-02-14disable symbol visibility on vax in order to unbreak the buildRobert Nagy
2013-02-10update the internal pcre to 8.32Robert Nagy
2013-02-09Put index and root directives where they belong according to the nginxAntoine Jacoutot
2013-02-05Install 50x.html which is part of the default nginx configuration.Antoine Jacoutot
2013-01-14update to nginx-1.2.6Robert Nagy
2012-12-01If compiling with gcc 3, initialize a local variable to prevent -WuninitializedMiod Vallat
2012-11-14update to 1.2.5Robert Nagy
2012-11-06Advertising SSLv2 in the example config doesn't make much sense now that it'sPascal Stumpf
2012-10-30Add RCS ids to the config files.Antoine Jacoutot
2012-10-28use the default SYSLOG_FACILITY definition which is LOCAL5Robert Nagy
2012-10-28rework the default config a bit to work with php-fpm out of the boxRobert Nagy
2012-10-28strip the chroot path from auth_basic_user_file if necessaryRobert Nagy
2012-10-28unbreak build on vax by initializing a variableRobert Nagy
2012-10-25add syslog support to nginxRobert Nagy
2012-10-08update to 1.2.4Robert Nagy
2012-08-28Don't enable "sendfile" which does not work on OpenBSD according to robert@Antoine Jacoutot
2012-08-21merge in pcre-8.31Robert Nagy
2012-08-21update to nginx-1.2.3Robert Nagy
2012-08-15use Lk for links;Jason McIntyre
2012-07-12remove a double .includeJasper Lievisse Adriaanse
2012-07-07update to 1.2.2 and start using /var/www/cache instead of /var/www/tmpRobert Nagy
2012-06-26use /var/www/tmp/ for the temp directories even if not chrootedRobert Nagy
2012-06-24Make the default SSL file locations match the ssl(8) man page forLawrence Teo
2012-06-13update to 1.2.1Robert Nagy
2012-05-15move the chroot path stripping into a different function to make sureRobert Nagy
2012-05-13backport changeset 4619 from nginx trunk:Robert Nagy
2012-05-13update to nginx-1.2.0Robert Nagy
2012-04-14update to 1.0.15Robert Nagy
2012-04-12use a shared stripping function for chroot and make sureRobert Nagy
2012-04-10Build with -O1 on vax for now, pcre_exec can not build with -O2.Miod Vallat
2012-04-05Mention the -u flag to tell nginx not to chroot.Stuart Henderson
2012-04-04Honour CFLAGS in nginx build, discussed with robert@Stuart Henderson
2012-04-04Set the correct string lengths when stripping the chroot prefixRobert Nagy
2012-04-02make sure we strip the chroot prefix from all root variables, not just theRobert Nagy
2012-04-02bring back an overwritten change which is essential for the chrootedRobert Nagy
2012-03-15stupid cvs (dir has 'core' in the name...)Stuart Henderson
2012-03-15resolve conflictsStuart Henderson
2012-03-15use the correct dir for php in the default configRobert Nagy
2012-03-06update to 1.0.13Robert Nagy
2012-02-26various cleanup; robert will pass the diff upstreamJason McIntyre
2012-02-22create the tmp dirs nginx needs for doing proxying inside the chrootRobert Nagy
2012-02-19add a distribution target to install configuration filesRobert Nagy
2012-02-18remove accidentally overwritten change which makes sure to use the bundledRobert Nagy
2012-02-18remove the install target from here since the BSD makefile wrapperRobert Nagy
2012-02-18update pcre to 8.30 to be in sync with portsRobert Nagy
2012-02-18update to 1.0.12Robert Nagy
2012-01-05update to nginx-1.0.11Robert Nagy
2011-12-14merge pcre-8.21Robert Nagy
2011-11-15Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a workerStuart Henderson
2011-11-12sync to pcre 8.20Robert Nagy