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

SSL and port 80 as default #172

Closed
MrMEEE opened this issue Oct 18, 2019 · 2 comments
Closed

SSL and port 80 as default #172

MrMEEE opened this issue Oct 18, 2019 · 2 comments
Assignees

Comments

@MrMEEE
Copy link
Owner

MrMEEE commented Oct 18, 2019

move default port to 80 and enable SSL

@MrMEEE MrMEEE self-assigned this Oct 18, 2019
@Dofamin
Copy link

Dofamin commented Jan 25, 2020

You can remove this portion as well, it purpose only for redirection. In my case, it was from http 80 to 443 https.

server {
    listen 443 default_server;

    server_name _;

    return 301 https://$host$request_uri;
}

@MrMEEE
Copy link
Owner Author

MrMEEE commented Jan 17, 2022

Project has been updated and moved...

Please move to the new version and report any issues

PROJECT MOVED: https://github.com/miracle-as/AWX-RPM

Issues at: https://github.com/miracle-as/AWX-RPM/issues

**Install guide, tools, utilities are located at: https://awx.wiki

LinkedIn group for Questions, support, talk and more: https://www.linkedin.com/groups/13694893/

@MrMEEE MrMEEE closed this as completed Jan 17, 2022
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