diff options
| author | ivan <ivan> | 2009-01-04 22:07:17 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-01-04 22:07:17 +0000 |
| commit | 400bd5a55be5219c5ebc50ecb991a8c6614a2095 (patch) | |
| tree | da2439550b2cce6c496eb7ff644acfcaafff09e3 /Makefile | |
| parent | b1f71fe03ed8983c8dd8d913a7b7a27c1ed96221 (diff) | |
don't run a self-service server against localhost OOTB; eliminate those gigantic useless logfiles
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ QUEUED_USER=fs_queue SELFSERVICE_USER = fs_selfservice #never run on the same machine in production!!! -SELFSERVICE_MACHINES = localhost +SELFSERVICE_MACHINES = # SELFSERVICE_MACHINES = www.example.com # SELFSERVICE_MACHINES = web1.example.com web2.example.com |
