[OOF] Make OOF ServiceMesh compatible
[oom.git] / kubernetes / oof / components / oof-has / resources / config / nginx.conf
index a679016..1c1094d 100644 (file)
@@ -11,12 +11,8 @@ http {
 
     server {
 
-        listen              8091 ssl;
+        listen              8091;
         server_name         oof;
-        ssl_certificate     /opt/bitnami/nginx/ssl/local/org.onap.oof.crt;
-        ssl_certificate_key /opt/bitnami/nginx/ssl/local/org.onap.oof.key;
-        ssl_protocols       TLSv1 TLSv1.1 TLSv1.2;
-        ssl_ciphers         HIGH:!aNULL:!MD5;
 
         location / {
             include /opt/bitnami/nginx/conf/uwsgi_params;