Ticket #42694: nginx-simplerisk.conf

File nginx-simplerisk.conf, 323 bytes (added by jul_bsd@…, 10 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        }