Give nginx a chance to write stuff into /var/nginx/tmp.
ok Darrin Chandler (MAINTAINER)
This commit is contained in:
parent
55e6d393df
commit
85d29ce31c
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2008/02/17 18:54:48 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2008/03/29 13:50:39 bernd Exp $
|
||||
|
||||
COMMENT= robust and small HTTP server and mail proxy server
|
||||
|
||||
DISTNAME= nginx-0.5.35
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://nginx.net/
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/12/31 02:20:01 okan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2008/03/29 13:50:39 bernd Exp $
|
||||
@newgroup _nginx:593
|
||||
@newuser _nginx:593:_nginx:daemon:nginx user:/nonexistent:/sbin/nologin
|
||||
sbin/nginx
|
||||
@ -6,8 +6,12 @@ sbin/nginx
|
||||
@sample ${NGINX_DIR}/
|
||||
@sample /var/log/nginx/
|
||||
@mode 700
|
||||
@owner _nginx
|
||||
@group _nginx
|
||||
@sample ${NGINX_DIR}/tmp/
|
||||
@mode
|
||||
@owner
|
||||
@group
|
||||
share/nginx/
|
||||
@sample ${SYSCONFDIR}/nginx/
|
||||
share/nginx/fastcgi_params
|
||||
|
Loading…
Reference in New Issue
Block a user