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