summaryrefslogtreecommitdiffstats
path: root/docker/nginx/scgi_params
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-28 10:43:33 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-28 10:58:54 +0200
commit83c44e0acaed30f2388a69fd13ec806c38edfd73 (patch)
tree12408f8aa5814ea57e6381f2e99931b799f22a25 /docker/nginx/scgi_params
parent2735ea8a2aef55ebb0a48b50d9a0e36cf3f63b94 (diff)
Improve Docker deployment
JIRA: DOVETAIL-755 This patch improves Docker deployment. It removes the extra unwanted container. In addition, it removes unused files. Finally, it fixes the issue of python install where the static files of swagger where not installed inside the api container. Change-Id: Id74c88ab77182ed233f0eedad39ff8da245bb3dd Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'docker/nginx/scgi_params')
-rw-r--r--docker/nginx/scgi_params17
1 files changed, 0 insertions, 17 deletions
diff --git a/docker/nginx/scgi_params b/docker/nginx/scgi_params
deleted file mode 100644
index 6d4ce4f..0000000
--- a/docker/nginx/scgi_params
+++ /dev/null
@@ -1,17 +0,0 @@
-
-scgi_param REQUEST_METHOD $request_method;
-scgi_param REQUEST_URI $request_uri;
-scgi_param QUERY_STRING $query_string;
-scgi_param CONTENT_TYPE $content_type;
-
-scgi_param DOCUMENT_URI $document_uri;
-scgi_param DOCUMENT_ROOT $document_root;
-scgi_param SCGI 1;
-scgi_param SERVER_PROTOCOL $server_protocol;
-scgi_param REQUEST_SCHEME $scheme;
-scgi_param HTTPS $https if_not_empty;
-
-scgi_param REMOTE_ADDR $remote_addr;
-scgi_param REMOTE_PORT $remote_port;
-scgi_param SERVER_PORT $server_port;
-scgi_param SERVER_NAME $server_name;