Add 'nginx_site.conf'

This commit is contained in:
tjw 2022-02-21 06:29:56 -05:00
parent 0e5e881670
commit 99e0584818
1 changed files with 6 additions and 0 deletions

6
nginx_site.conf Normal file
View File

@ -0,0 +1,6 @@
location /shot.jpg {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /var/www/html/cgi-bin/cgi_camera.sh;
fastcgi_param QUERY_STRING $query_string;
fastcgi_pass unix:/run/fcgiwrap.socket;
}