Skip to content

Use a separate folder with its own lighttpd configuration #10

@wiedehopf

Description

@wiedehopf

Outline on how to do it:

sudo mkdir -p /usr/local/share/adsbcompare

create file /etc/lighttpd/conf-available/87-adsbcompare.conf
with the following contents

#lighttpd configuration for adsbcompare

# redirect the slash-less URL
url.redirect += (
  "^/adsbcompare$" => "/adsbcompare/"
)

alias.url += (
  "/adsbcompare/" => "/usr/local/share/adsbcompare",
)

sudo lighttpd-enable-mod adsbcompare

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions