Sha256: 5dfe6a4ce995704196bdccf22fd0869ea2a5d2c5ba9f8090e09b9cd8dc0660cb

Contents?: true

Size: 676 Bytes

Versions: 5

Compression:

Stored size: 676 Bytes

Contents

# Configuration file for Yaws HTTP daemon

# This config defines virtual server localhost. It is
# enabled by default. If you want to disable it, remove
# symlink from /etc/yaws/conf.d/.

# Instead you may edit this file and after that reload
# yaws configureation using invoke-rc.d yaws reload

# (If you want to use privileged port, run yaws as root,
# setting YAWS_USER in /etc/default/yaws, or use port
# redirection, e.g. via iptables.)

<server localhost>
    port = 8000
    listen = 0.0.0.0
    docroot = /Users/auser/Sites/work/citrusbyte/internal/gems/pool-party/poolparty/lib/erlang/cloudpanel/www
    appmods = <"tail", tailer>
    # dir_listings = true
</server>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
auser-poolparty-0.2.40 lib/erlang/cloudpanel/yaws.conf
auser-poolparty-0.2.41 lib/erlang/cloudpanel/yaws.conf
auser-poolparty-0.2.42 lib/erlang/cloudpanel/yaws.conf
auser-poolparty-0.2.44 lib/erlang/cloudpanel/yaws.conf
auser-poolparty-0.2.45 lib/erlang/cloudpanel/yaws.conf