.pkgdata link force flag add
This commit is contained in:
23
assets/var/gnu/unitprint/nginx.md
Normal file
23
assets/var/gnu/unitprint/nginx.md
Normal file
@ -0,0 +1,23 @@
|
||||
unitprint/backend-local/nginx
|
||||
=
|
||||
|
||||
``` sh *** config ***
|
||||
mkdir -p /pkg/gnu/unitprint/nginx/run
|
||||
chgrp -R nginx /pkg/gnu/unitprint/nginx/run
|
||||
```
|
||||
|
||||
``` sh *** set-aura ***
|
||||
cp -fl .app.conf app.conf
|
||||
```
|
||||
|
||||
``` sh *** set-local ***
|
||||
cp -fl .app-local.conf app.conf
|
||||
```
|
||||
|
||||
``` sh *** set-freebsd ***
|
||||
cp -fl .app-freebsd-proxy.conf app.conf
|
||||
```
|
||||
|
||||
``` sh *** off ***
|
||||
rm app.conf
|
||||
```
|
||||
Reference in New Issue
Block a user