You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When a browser hits a non-host and redirects to my default site, it displays my custom 404 page however it is frustrating that there is currently no way to change the http status code the webserver responds with from 200 to something like 404.
Describe the solution you'd like
It'd be great if there was a way implemented to change the response status code that the webserver responds with
Describe alternatives you've considered
The only other thing I could think of is either using the default 404 or running an additional webserver in front of Zoraxy to modify the http status code