Ticket #43232: nginx-cacti.conf

File nginx-cacti.conf, 301 bytes (added by jul_bsd@…, 10 years ago)
Line 
1
2        location /cacti {
3                root %%PREFIX%%/share;
4                location ~ \.php$ {
5                    fastcgi_pass   unix:/tmp/php.sock;
6                    fastcgi_index  index.php;
7                    fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
8                    include        fastcgi_params;
9                }
10        }
11