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