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

On next release set the default port to 80 #41

Open
ghost opened this issue Jul 9, 2017 · 1 comment
Open

On next release set the default port to 80 #41

ghost opened this issue Jul 9, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 9, 2017

The release will also need to note that any previous Apache installations be removed.

@ghost ghost added the enhancement label Jul 9, 2017
@spuder
Copy link

spuder commented Jan 1, 2018

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;
        }
}

KennyVDSypt pushed a commit to KennyVDSypt/delta5_race_timer that referenced this issue Feb 20, 2019
* Resolves scottgchin#42
* Does not yet address scottgchin#41; this data should be pulled from server instead of printed statically in the HTML
KennyVDSypt pushed a commit to KennyVDSypt/delta5_race_timer that referenced this issue Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant