mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-03 23:30:48 +00:00
fixed script execution issues
This commit is contained in:
parent
be27c43cf9
commit
6e914f6626
2 changed files with 8 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ server.modules = (
|
|||
# "mod_rewrite",
|
||||
)
|
||||
|
||||
server.document-root = "/var/www/html/piviliongen/gen"
|
||||
server.document-root = "/var/www/html/pivilion/gen"
|
||||
server.upload-dirs = ( "/tmp" )
|
||||
server.errorlog = "/var/log/lighttpd/error.log"
|
||||
server.pid-file = "/var/run/lighttpd.pid"
|
||||
|
|
@ -23,7 +23,7 @@ compress.cache-dir = "/var/cache/lighttpd/compress/"
|
|||
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
|
||||
|
||||
$SERVER["socket"] == ":81" {
|
||||
server.document-root = "/var/www/html/piviliongen/"
|
||||
server.document-root = "/var/www/html/pivilion/"
|
||||
}
|
||||
|
||||
# default listening port for IPv6 falls back to the IPv4 port
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue