Reverse Proxy Deployment

Community

Deploy behind Apache proxy with relative URLs.

Authorlawless-m
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill guides deploying web apps behind an Apache reverse proxy, ensuring relative URLs and correct path stripping for API and frontend routes.

Core Features & Use Cases

  • ProxyPass configuration patterns with trailing slashes
  • API routes must be defined before frontend routes
  • Local testing steps before deployment

Quick Start

SSH to rivsprod01 and create the Apache config in proxy-conf.d, then reload Apache and verify external access.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Reverse Proxy Deployment
Download link: https://github.com/lawless-m/Gwen/archive/main.zip#reverse-proxy-deployment

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository