Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

serve gui on TLS (https) with custom nginx.conf #186

Open
praveen-garg opened this issue Jun 25, 2018 · 0 comments
Open

serve gui on TLS (https) with custom nginx.conf #186

praveen-garg opened this issue Jun 25, 2018 · 0 comments

Comments

@praveen-garg
Copy link
Contributor

ssl_certificate     path_to/foglamp.cert;
ssl_certificate_key path_to/foglamp.key;

server {
    listen          443 ssl;
    ...
}

Document how to if using default config file

We may need to think for HTTP Strict Transport Security (HSTS) too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant