Skip to content

Instantly share code, notes, and snippets.

View rckclmbr's full-sized avatar

Joshua Braegger rckclmbr

View GitHub Profile
@rckclmbr
rckclmbr / echo.py
Created July 29, 2017 05:10
echo.py
import asyncio
from aiohttp import web
from cachetools import TTLCache
import json
import uuid
import pprint
cache = TTLCache(maxsize=10, ttl=300)
jbraeg-mbp:magma jbraeg$ git diff
diff --git a/orc8r/cloud/helm/orc8r/charts/nms/templates/etc/_nginx_proxy_ssl.conf.tpl b/orc8r/cloud/helm/orc8r/charts/nms/templates/etc/_nginx_proxy_ssl.conf.tpl
index d7c01459..995f50f8 100644
--- a/orc8r/cloud/helm/orc8r/charts/nms/templates/etc/_nginx_proxy_ssl.conf.tpl
+++ b/orc8r/cloud/helm/orc8r/charts/nms/templates/etc/_nginx_proxy_ssl.conf.tpl
@@ -3,6 +3,7 @@ server {
ssl on;
ssl_certificate /etc/nginx/conf.d/nms_nginx.pem;
ssl_certificate_key /etc/nginx/conf.d/nms_nginx.key.pem;
+ ssl_password_file /etc/nginx/conf.d/nms_nginx.password;