We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The release will also need to note that any previous Apache installations be removed.
The text was updated successfully, but these errors were encountered:
This would require running as root. Best practice is to use a nginx or apache reverse proxy.
Example nginx config to forward port 8080 to 80
server { listen 80; location / { proxy_pass http://127.0.0.1:8080; } }
Sorry, something went wrong.
Improve navigation CSS and add About panel
d0b7788
* Resolves scottgchin#42 * Does not yet address scottgchin#41; this data should be pulled from server instead of printed statically in the HTML
Add version code display
77e6893
Resolves scottgchin#41
No branches or pull requests
The release will also need to note that any previous Apache installations be removed.
The text was updated successfully, but these errors were encountered: