• Skip to primary navigation
  • Skip to content
  • Skip to footer
Wannabe Exceptional
  • AI
  • About
  • Slides
    Jan Peter Alexander

    Jan Peter Alexander

    There is nothing certain than the uncertainty itself. Capture, learn and mitigate. Welcome!

    • Planet Earth
    • Website
    • Twitter
    • Facebook
    • Instagram
    • Tumblr
    • GitHub
    • Last.fm
    • Steam
    • YouTube
    • Soundcloud

    HAProxy redirect root URL

    less than 1 minute read

    How to redirect root URL to another URL

    ## Redirect root to somewhere URL
        acl is_root path -i /
        redirect code 301 location /real/app/path if is_root
    

    Tags: haproxy

    Categories: devops, tutorial, web

    Updated: April 30, 2019

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    OpenSpec Tutorial: Spec-Driven Development for AI Coding Assistants

    9 minute read

    Learn how to use OpenSpec to align humans and AI coding assistants with spec-driven development. No API keys required - works with Claude Code, Cursor, and o...

    AI Dev Tasks Tutorial: Structured Feature Development with AI Assistants

    8 minute read

    Learn how to use AI Dev Tasks to transform unpredictable AI coding into structured, reliable feature development. Works with Cursor, Claude Code, and other A...

    Git Move Subdirectory to New Repo

    2 minute read

    Two methods to move subdirectory to new repo with full history - git filter-repo and git subtree split

    AI Prompt Framework for Building Apps: A Complete Guide to Better AI-Generated Code

    6 minute read

    Learn the 4-part framework for writing effective prompts that will help you build better apps with AI tools like Lovable, Cursor, and Bolt. Stop getting stuc...

    • Feed
    © 2025 Wannabe Exceptional. Powered by Jekyll & Minimal Mistakes.