File: naxsi-ui-intercept

package info (click to toggle)
nginx 1.2.1-2.2%2Bwheezy4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 36,644 kB
  • sloc: ansic: 126,205; python: 1,695; sh: 1,018; perl: 523; makefile: 283; php: 122; asm: 48; ruby: 31; cpp: 17
file content (6 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
#!/bin/bash
cd /usr/share/nginx-naxsi/naxsi-ui/
python nx_intercept.py -c /etc/nginx/naxsi-ui.conf &
somepid=$!
echo $somepid > /var/run/nginx-naxsi-ui_intercept.pid
wait $somepid