Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wsgi hash documentation #2553

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Update README.md

    virot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e0be390 View commit details
    Browse the repository at this point in the history
  2. Update vhost.pp

    virot committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d8d392b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update manifests/vhost.pp

    Co-authored-by: Romain Tartière <romain@blogreen.org>
    virot and smortex committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9f762ac View commit details
    Browse the repository at this point in the history
  2. Switch string to Int for documentation

    Template does not care:
    WSGIDaemonProcess <%= $key %> <%= join(sort($val.map |$k,$v| { "$k=$v"}), ' ') %>
    virot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    55079a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75662a9 View commit details
    Browse the repository at this point in the history