openbsd-ports/www/nginx/stable/pkg/PLIST
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

30 lines
637 B
Plaintext

@comment $OpenBSD: PLIST,v 1.1 2012/09/11 16:01:45 sthen Exp $
%%passenger%%
!%%passenger%%
@man man/man8/nginx.8
@bin sbin/nginx
@mode 700
@owner www
@group www
@sample ${NGINX_DIR}/tmp/
@mode
@owner
@group
share/doc/pkg-readmes/${FULLPKGNAME}
share/nginx/
share/nginx/fastcgi_params
share/nginx/html/
@sample ${NGINX_DIR}/html/
share/nginx/html/50x.html
@sample ${NGINX_DIR}/html/50x.html
share/nginx/html/index.html
@sample ${NGINX_DIR}/html/index.html
share/nginx/koi-utf
share/nginx/koi-win
share/nginx/mime.types
share/nginx/nginx.conf
share/nginx/scgi_params
share/nginx/uwsgi_params
share/nginx/win-utf
@rcscript ${RCDIR}/enginx