2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2017 Alexander Pyhalov
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 <transform file path=etc/.* -> default preserve true>
27 <transform file path=etc/.* -> default mode 0644>
28 <transform file path=.*\.default$ -> drop>
30 file files/nginx-startup.sh path=/lib/svc/method/http-nginx mode=555
31 file files/nginx-manifest.xml path=/lib/svc/manifest/network/http-nginx.xml \
32 restart_fmri=svc:/system/manifest-import:default
34 file etc/nginx/html/50x.html path=usr/share/nginx/html/50x.html
35 file etc/nginx/html/index.html path=usr/share/nginx/html/index.html
38 dir path=usr/share/nginx
39 dir path=usr/share/nginx/html
41 dir path=var/nginx/logs owner=webservd
43 file path=etc/nginx/fastcgi.conf
44 file path=etc/nginx/fastcgi.conf.default
45 file path=etc/nginx/fastcgi_params
46 file path=etc/nginx/fastcgi_params.default
47 #file path=etc/nginx/html/50x.html
48 #file path=etc/nginx/html/index.html
49 file path=etc/nginx/koi-utf
50 file path=etc/nginx/koi-win
51 file path=etc/nginx/mime.types
52 file path=etc/nginx/mime.types.default
53 file path=etc/nginx/nginx.conf
54 file path=etc/nginx/nginx.conf.default
55 file path=etc/nginx/scgi_params
56 file path=etc/nginx/scgi_params.default
57 file path=etc/nginx/uwsgi_params
58 file path=etc/nginx/uwsgi_params.default
59 file path=etc/nginx/win-utf
60 file path=usr/sbin/nginx