aboutsummaryrefslogtreecommitdiffstats
path: root/docker/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'docker/nginx')
-rw-r--r--docker/nginx/nginx.conf9
-rw-r--r--docker/nginx/sites-available/default-onap9
-rw-r--r--docker/nginx/sites-available/default-opnfv9
3 files changed, 27 insertions, 0 deletions
diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf
index f7d5055..97d9b1c 100644
--- a/docker/nginx/nginx.conf
+++ b/docker/nginx/nginx.conf
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
user www-data;
worker_processes 4;
pid /run/nginx.pid;
diff --git a/docker/nginx/sites-available/default-onap b/docker/nginx/sites-available/default-onap
index e6aecb1..2fa3f2d 100644
--- a/docker/nginx/sites-available/default-onap
+++ b/docker/nginx/sites-available/default-onap
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
upstream lfnapi {
server lfnapi:8010;
}
diff --git a/docker/nginx/sites-available/default-opnfv b/docker/nginx/sites-available/default-opnfv
index f271fb4..a1a3d7c 100644
--- a/docker/nginx/sites-available/default-opnfv
+++ b/docker/nginx/sites-available/default-opnfv
@@ -1,3 +1,12 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
upstream lfnapi {
server lfnapi:8010;
}