expose icon indicating copy to clipboard operation
expose copied to clipboard

504 Gateway Time-out on Redirect

Open goszowski opened this issue 3 years ago • 0 comments

Simple example:

// index.php header("Location: http://localhost:8000/notfound");

Run: php -S localhost:8000

Run: expose share localhost:8000 --subdomain=example

Then open example.mydomain.com and get 504 Gateway Time-out after 1 min of pending

image

image

image

goszowski avatar Jan 05 '22 07:01 goszowski