From 58b91dd3baaaf72ab65062a4804403cd4a5935b2 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 5 Jul 2018 22:37:35 -0400 Subject: Move OVP web portal code to a separate repo The new repo for web portal is https://gerrit.opnfv.org/gerrit/dovetail-webportal JIRA: DOVETAIL-671 Change-Id: Iac085abc3d175b9a091d70d0448af56c7a6845e9 Signed-off-by: xudan --- cvp/docker/nginx/snippets/fastcgi-php.conf | 13 ------------- cvp/docker/nginx/snippets/snakeoil.conf | 5 ----- 2 files changed, 18 deletions(-) delete mode 100644 cvp/docker/nginx/snippets/fastcgi-php.conf delete mode 100644 cvp/docker/nginx/snippets/snakeoil.conf (limited to 'cvp/docker/nginx/snippets') diff --git a/cvp/docker/nginx/snippets/fastcgi-php.conf b/cvp/docker/nginx/snippets/fastcgi-php.conf deleted file mode 100644 index 8f8e4a21..00000000 --- a/cvp/docker/nginx/snippets/fastcgi-php.conf +++ /dev/null @@ -1,13 +0,0 @@ -# regex to split $uri to $fastcgi_script_name and $fastcgi_path -fastcgi_split_path_info ^(.+\.php)(/.+)$; - -# Check that the PHP script exists before passing it -try_files $fastcgi_script_name =404; - -# Bypass the fact that try_files resets $fastcgi_path_info -# see: http://trac.nginx.org/nginx/ticket/321 -set $path_info $fastcgi_path_info; -fastcgi_param PATH_INFO $path_info; - -fastcgi_index index.php; -include fastcgi.conf; diff --git a/cvp/docker/nginx/snippets/snakeoil.conf b/cvp/docker/nginx/snippets/snakeoil.conf deleted file mode 100644 index ad26c3e2..00000000 --- a/cvp/docker/nginx/snippets/snakeoil.conf +++ /dev/null @@ -1,5 +0,0 @@ -# Self signed certificates generated by the ssl-cert package -# Don't use them in a production server! - -ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem; -ssl_certificate_key /etc/ssl/private/ssl-cert-snakeoil.key; -- cgit 1.2.3-korg