ROMPR to the mac
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
###############################################################################
|
||||
|
||||
# {{{ variables
|
||||
var.basedir = "/var/www/localhost"
|
||||
var.basedir = "/rompr"
|
||||
var.logdir = "/var/log/lighttpd"
|
||||
var.statedir = "/var/lib/lighttpd"
|
||||
# }}}
|
||||
@@ -50,9 +50,9 @@ include "mod_fastcgi_fpm.conf"
|
||||
|
||||
# {{{ server settings
|
||||
server.username = "lighttpd"
|
||||
server.groupname = "lighttpd"
|
||||
server.groupname = "www-data"
|
||||
|
||||
server.document-root = var.basedir + "/htdocs"
|
||||
server.document-root = var.basedir
|
||||
server.pid-file = "/run/lighttpd.pid"
|
||||
|
||||
#server.errorlog = "/dev/pts/0"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
server.modules += ("mod_fastcgi")
|
||||
fastcgi.server = ( ".php" =>
|
||||
( "localhost" =>
|
||||
(
|
||||
(
|
||||
"host" => "127.0.0.1",
|
||||
"port" => "9000"
|
||||
|
||||
Reference in New Issue
Block a user