1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-18 10:23:05 +02:00
This commit is contained in:
2018-11-28 13:13:22 +01:00
parent ba50b33e15
commit dde9f0a8f9
2 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
### BUILD DIRECTORIES ###
# SVN trunk directory (repository with XHTML source files)
LOC_trunk=~/subversion/fsfe/fsfe-web/trunk
# Cloned Git directory (repository with XHTML source files)
LOC_trunk=~/Web/FSFE/fsfe-website
# Directory in which the result of the build process (html files) will be saved
LOC_out=~/subversion/fsfe/local-build/fsfe.org
LOC_out=~/Web/FSFE/local-build/fsfe.org
### LOCAL WEBSERVER ###
@@ -17,9 +17,9 @@ HTTPD=python
### ADVANCED ###
# Directory of the secondary SVN directory with which you made a first full build.
# Directory of the secondary Git directory with which you made a first full build.
# Avoids having some generated files in your clean trunk.
# Default: Leave empty if you just want to use one SVN source directory (recommended)
# Default: Leave empty if you just want to use one Git source directory (recommended)
LOC_trunk_dev=
# Choose on which port the webserver runs. This has no effect for "lighttpd".

View File

@@ -5,9 +5,9 @@ $HTTP["remoteip"] !~ "127.0.0.1" {
# change port and document-root accordingly
server.port = 5080
server.document-root = "/home/USER/subversion/fsfe/local-build/fsfe.org"
server.errorlog = "/home/USER/subversion/fsfe/local-build/lighttpd-fsfe.error.log"
accesslog.filename = "/home/USER/subversion/fsfe/local-build/lighttpd-fsfe.access.log"
server.document-root = "/home/USER/Web/FSFE/local-build/fsfe.org"
server.errorlog = "/home/USER/Web/FSFE/local-build/lighttpd-fsfe.error.log"
accesslog.filename = "/home/USER/Web/FSFE/local-build/lighttpd-fsfe.access.log"
server.dir-listing = "enable"
dir-listing.encoding = "utf-8"
index-file.names = ("index.html", "index.en.html")