Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional --s argument #1

Open
perrefe opened this issue Feb 22, 2017 · 1 comment
Open

Optional --s argument #1

perrefe opened this issue Feb 22, 2017 · 1 comment

Comments

@perrefe
Copy link

perrefe commented Feb 22, 2017

Hi,

I want to use this java http server as a custom "default-http-backend" for a kubernetes ingress, but it is not possible to satisfy this requirement:

  • Serve a 404 page at /

GreenLightning is started with a required argument that specifies the default landing page, so it ends there.

In addition, it will be nice if GreenLightning do a redirect to 404.html, 500.html, 403.html, etc.. static pages according to the http error code at response.

@nathantippy
Copy link
Contributor

Great, that is good feedback. Right now I am working on rest support. Once that is done I will start on these.

nathantippy added a commit that referenced this issue Aug 14, 2018
Added a new configuration file for proguard
nathantippy added a commit that referenced this issue Aug 14, 2018
Updated README's and pointed to correct source code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants