- Install /etc/nginx/conf.d directory for custom user configuration
files OBS-URL: https://build.opensuse.org/package/show/server:http/nginx?expand=0&rev=100
This commit is contained in:
parent
f43fc9eb7b
commit
477548018f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 7 15:43:27 UTC 2018 - achernikov@suse.com
|
||||||
|
|
||||||
|
- Install /etc/nginx/conf.d directory for custom user configuration
|
||||||
|
files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 15:07:47 UTC 2018 - achernikov@suse.com
|
Wed Feb 7 15:07:47 UTC 2018 - achernikov@suse.com
|
||||||
|
|
||||||
|
@ -286,6 +286,7 @@ cp -av contrib/vim/* \
|
|||||||
|
|
||||||
mkdir -p %{buildroot}%{_datadir}/nginx/
|
mkdir -p %{buildroot}%{_datadir}/nginx/
|
||||||
mkdir -p %{buildroot}%{ngx_conf_dir}/vhosts.d/
|
mkdir -p %{buildroot}%{ngx_conf_dir}/vhosts.d/
|
||||||
|
mkdir -p %{buildroot}%{ngx_conf_dir}/conf.d/
|
||||||
|
|
||||||
chmod a+rx contrib/geo2nginx.pl
|
chmod a+rx contrib/geo2nginx.pl
|
||||||
cp -av contrib/geo2nginx.pl contrib/unicode2nginx/ \
|
cp -av contrib/geo2nginx.pl contrib/unicode2nginx/ \
|
||||||
@ -345,6 +346,7 @@ copydocs %{nginx_rtmp_module_path} \
|
|||||||
%files
|
%files
|
||||||
%dir %{ngx_conf_dir}/
|
%dir %{ngx_conf_dir}/
|
||||||
%dir %{ngx_conf_dir}/vhosts.d
|
%dir %{ngx_conf_dir}/vhosts.d
|
||||||
|
%dir %{ngx_conf_dir}/conf.d
|
||||||
%config(noreplace) %{ngx_conf_dir}/koi-utf
|
%config(noreplace) %{ngx_conf_dir}/koi-utf
|
||||||
%config(noreplace) %{ngx_conf_dir}/koi-win
|
%config(noreplace) %{ngx_conf_dir}/koi-win
|
||||||
%config(noreplace) %{ngx_conf_dir}/fastcgi_params
|
%config(noreplace) %{ngx_conf_dir}/fastcgi_params
|
||||||
|
Loading…
Reference in New Issue
Block a user