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

lighttpd: 308 permanent redirect #139

Closed

Commits on Mar 14, 2024

  1. lighttpd: merge redirect conditions

    merge redirect conditions for HSTS rather than using independent
    conditions
    
    Adjust condition indenting for consistency
    gstrauss committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6893e28 View commit details
    Browse the repository at this point in the history
  2. lighttpd: prefer 308 to 301 for HTTP redirection

    x-ref:
      "308 Permanent Redirect"
      mozilla#117
      "For Apache, prefer 308 Permanent Redirect to 301 Moved Permanently"
      mozilla#137
    gstrauss committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    1650e3c View commit details
    Browse the repository at this point in the history