Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #43232
Ticket #43232
: nginx-cacti.conf
File nginx-cacti.conf,
301 bytes
(added by
jul_bsd@…
,
11 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
Download in other formats:
Original Format