Jump in the discussion.

No email address required.

@Aevann If you want to plug this as a way to shill Discord / Telegram / Fediverse or any other things, you can steal it lol and replace all the contents

Apache

ProxyPass /http_errors/ !

#Actual proxy config, must be below exception!
ProxyPass / ajp://myserver:12345/

Alias /http_errors/ /var/www/http/
ErrorDocument 503 /http_errors/503.html

Nginx (idk how this works)

    location / {
        error_page 502 =503 /maintenance.html;
        include proxy_params;
        proxy_pass http://unix:/var/run/rdrama.sock;
    }

Just thought it would be useful for you as well since you like to test on production :marseythumbsup:

Jump in the discussion.

No email address required.

How dare you insinuate rdrama :marseylovedrama: would ever 503

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.