Skip to content
Snippets Groups Projects
Commit 7b74652b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Accept both HTTP and HTTPS connection instead of only HTTPS

parent b451aeba
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ in {
virtualHosts.${config.services.grafana.domain} = {
enableACME = true;
onlySSL = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}";
proxyWebsockets = true;
......@@ -121,4 +121,3 @@ in {
};
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment