24 Commits

Author SHA1 Message Date
sthen
613dc9d33e @sample nginx config files, suggested by/ok aja@ 2014-09-09 14:05:48 +00:00
sthen
4629939628 add a README to www/nginx with clues about log-rotation, ok aja@ 2014-09-09 13:48:28 +00:00
ajacoutot
6c7faa0c70 Drop out-dated README.
ok robert@
2014-08-27 06:46:49 +00:00
robert
9baaa1e17b add @pkgpaths 2014-08-26 19:48:06 +00:00
robert
7ac41220aa - remove the devel nginx packages
- apply chroot and other patches from the base system
- update to 1.7.4
2014-08-26 19:43:58 +00:00
sthen
973d4e7f63 Update nginx stable in ports to 1.2.x and add devel (1.3.x), this is
separate from the version in the base OS which deliberately does not include
the mail proxy and additional modules. rc.d/enginx script is added (not
rc.d/nginx to avoid conflicting with base). Lua module is also supported.
Most of the work done by william@, with a few tweaks by me and ok william.

README could use more work and as pointed out by ajacoutot we need to
review permissions of the tmp directory, but the diff is already long enough.
@pkgpath markers are set to update from the 1.0.x packages to 1.2.x (with or
without the passenger flavour as appropriate).
2012-09-11 16:01:45 +00:00
robert
ff7f10a6d6 do not handle the same files that are handled by the in-tree nginx
and make the port use the www user so that both nginx can be used
on the same system if needed
2012-02-19 15:02:08 +00:00
william
f8559e8825 Update to nginx-1.0.2
Originally from Piotr for 1.0.0, thanks

ok jasper
2011-05-17 03:31:00 +00:00
william
2d2d548991 Update to nginx-0.8.54 and update MAINTAINER
from Gleydson Soares, thanks

rc issue found by Piotr Sikora, fix by me, ok aja@

ok jasper
2011-04-09 01:21:55 +00:00
ajacoutot
073e9e6b72 These aren't needed either. 2011-03-09 19:37:47 +00:00
ajacoutot
564c909458 Remove now uneeded redirection. 2011-03-09 18:51:48 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
ajacoutot
fb9e2948ec Use quotes to be consistent with other rc scripts. 2010-12-11 08:05:38 +00:00
sthen
e5a1131f8c - Install files for the SCGI and uwsgi modules, from Piotr Sikora.
makes sense to dlg@, ok william@ (maintainer).

- Fix bad REVISION bump in an .if ${FLAVOR... block from last commit.
2010-11-10 08:18:18 +00:00
ajacoutot
37d4ed9f1a Add rcs id and shebang.
Protect variable names.
2010-11-04 07:54:51 +00:00
robert
51de3dc41b Add an rc script for nginx too 2010-11-04 07:39:44 +00:00
dlg
af2cb73be7 update nginx to 0.8.53. the main flavor builds and works fine. the
passenger build works, but i havent got a test case for it.

ok william@
2010-11-04 01:41:11 +00:00
okan
7a86a6cc3e fix typo and bump
ok william@ (MAINTAINER)
2009-10-26 13:32:02 +00:00
william
1aef059794 update to nginx-0.7.61, and fix the link to the wiki
ok msf@
2009-08-12 00:11:57 +00:00
sthen
7b17ca6dda Maintenance update to latest stable version 0.6.32, from maintainer
Darrin Chandler on ports@.

"Thanks to Toni Mueller for prodding, and to Simon Kuhnle for prodding,
testing, and the patch (I had the same diff just before lock but kept
forgetting after unlock)." -dwc
2008-09-01 15:47:43 +00:00
bernd
85d29ce31c Give nginx a chance to write stuff into /var/nginx/tmp.
ok Darrin Chandler (MAINTAINER)
2008-03-29 13:50:39 +00:00
okan
f5e805d93d update from MAINTAINER; plus a bunch of tweaks from me
ok merdely@
2007-12-31 02:20:01 +00:00
merdely
32ff051de2 Import nginx 0.5.31
nginx [engine x] is a HTTP server and IMAP/POP3 proxy server.

The basic HTTP features:
  * Handling of the static files, index files, and autoindexing
  * Accelerated reverse proxying without caching, simple load 
    balancing and fault tolerance
  * Accelerated support without caching of the remote FastCGI
    servers, simple load balancing and fault tolerance
  * Modular architecture, filters including gzipping, byte
    ranges, chunked responses, and SSI-filter; Several subrequests
    in one page handling in SSI-filter via FastCGI or proxy
    running in parallel
  * the SSL support

The IMAP/POP3 proxy server features:
  * User redirection to IMAP/POP3 backend using an external HTTP
    authentication server
  * Plain text authentication (LOGIN, USER/PASS)
  * SSL and STARTTLS support

ok and help steven@
2007-09-04 21:58:26 +00:00