]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lighttpd.conf.example
Add urlshortenerplugin2.php to solve some @todo's and adding exceptions
[quix0rs-gnu-social.git] / lighttpd.conf.example
1 # If you're using vhosts, you should have per-vhost server.document-root
2 #   settings too! Read how in the respective alternative vhost modules.
3
4 #$HTTP["host"] =~ "^social\.domain\.com$" {
5     # NOTE: fastcgi/cgi/fpm config here if you're using per-user cgi/fpm
6
7     dir-listing.activate = "disable"
8
9 # Make sure "mod_rewrite" is enabled in server.modules and change statusnet
10 #   to your statusnet directory. (uncommented line is for url root install)
11 # url.rewrite-if-not-file = ( "^/statusnet/(.*)$" => "/statusnet/index.php?p=$1" )
12     url.rewrite-if-not-file = ( "^/(.*)$" => "/index.php?p=$1" )
13 #}