Skip to content

Commit

Permalink
Item13883: Change foswiki.default to be consisitent.
Browse files Browse the repository at this point in the history
The foswiki.init-script and systemd/foswiki.service file both default
to port 9000 for fcgi. But the foswiki.default overrides it to 9001.
This inconsistency can be confusing.
  • Loading branch information
gac410 committed Mar 25, 2017
1 parent 7dc472f commit 813cbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FastCGIEngineContrib/tools/foswiki.defaults
@@ -1,6 +1,6 @@
FOSWIKI_ROOT=/home/www-data/foswiki/core
FOSWIKI_FCGI=foswiki.fcgi
FOSWIKI_BIND=127.0.0.1:9001
FOSWIKI_BIND=127.0.0.1:9000
FOSWIKI_CHILDREN=3
FOSWIKI_MAX_REQUESTS=-1
FOSWIKI_MAX_SIZE=200000
Expand Down

0 comments on commit 813cbd0

Please sign in to comment.