Files
AeroPkg/assets/var/gnu/unitprint/nginx.md

24 lines
366 B
Markdown

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
```