Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #42694
Ticket #42694
: nginx-simplerisk.conf
File nginx-simplerisk.conf,
323 bytes
(added by
jul_bsd@…
,
11 years ago
)
Line
1
2
location /simplerisk {
3
root /opt/local/www;
4
index index.php;
5
location ~ \.php$ {
6
fastcgi_pass unix:/tmp/php.sock;
7
fastcgi_index index.php;
8
#fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
9
include fastcgi_params;
10
}
11
}
Download in other formats:
Original Format