diff options
Diffstat (limited to 'www/resin2/files/patch-resin.conf')
-rw-r--r-- | www/resin2/files/patch-resin.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/resin2/files/patch-resin.conf b/www/resin2/files/patch-resin.conf new file mode 100644 index 000000000000..a90a144e6c7c --- /dev/null +++ b/www/resin2/files/patch-resin.conf @@ -0,0 +1,11 @@ +--- conf/resin.conf.orig Thu Mar 6 10:19:07 2003 ++++ conf/resin.conf Wed Mar 5 21:05:50 2003 +@@ -67,7 +67,7 @@ + <doc-dir>doc</doc-dir> + + <!-- the http port --> +- <http port='8080'/> ++ <http port='%%PORT%%'/> + + <!-- + - The srun port, read by both JVM and plugin |