X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fprodstub%2Fapp%2Fnginx.conf;h=bc99493e2e984c06d90362a11ba156644e2191dc;hb=84525a0316cc1626fe4d6328283d4578f735ae9b;hp=567f60dd7daa76afc64efb0729ac24012c5f7fac;hpb=c8f92e94bb2638aa66a1d7c2ba63375bbfcdc8c9;p=nonrtric.git diff --git a/test/prodstub/app/nginx.conf b/test/prodstub/app/nginx.conf index 567f60dd..bc99493e 100644 --- a/test/prodstub/app/nginx.conf +++ b/test/prodstub/app/nginx.conf @@ -1,4 +1,20 @@ -user www-data; +# ============LICENSE_START=============================================== +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# ======================================================================== +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END================================================= +# + worker_processes auto; pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf;