-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
after install have a xqerl greeter #48
Comments
xqerl always listens on port 8081. Prior practice: Greeters on port 80 after installing nginx or openresty.
|
This is a really good idea. I think a default greeter should be overridable by a user XQuery module. Then it's there, unless it shouldn't be. right? |
This comment has been minimized.
This comment has been minimized.
Pr #52 merged |
http://localhost:8081/xqerl
will display greeter pageYep I know I could have chucked a index.html file into /priv/static/assets and let the cowboy static assets handler do its thing.
however I want to use the priv/modules dir for other stuff so I did it this way.
The text was updated successfully, but these errors were encountered: