forked from rpms/nginx
Resolves: #1955560 - centralizing default index.html on nginx
This commit is contained in:
parent
8e7aa8c830
commit
99addd9769
@ -29,7 +29,7 @@
|
|||||||
Name: nginx
|
Name: nginx
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.20.0
|
Version: 1.20.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
Summary: A high performance web server and reverse proxy server
|
Summary: A high performance web server and reverse proxy server
|
||||||
# BSD License (two clause)
|
# BSD License (two clause)
|
||||||
@ -323,7 +323,7 @@ ln -s ../../doc/HTML/img \
|
|||||||
ln -s ../../doc/HTML/en-US \
|
ln -s ../../doc/HTML/en-US \
|
||||||
%{buildroot}%{_datadir}/nginx/html/en-US
|
%{buildroot}%{_datadir}/nginx/html/en-US
|
||||||
%else
|
%else
|
||||||
ln -s ../../fedora-testpage/index.html \
|
ln -s ../../testpage/index.html \
|
||||||
%{buildroot}%{_datadir}/nginx/html/index.html
|
%{buildroot}%{_datadir}/nginx/html/index.html
|
||||||
%endif
|
%endif
|
||||||
install -p -m 0644 %{SOURCE102} \
|
install -p -m 0644 %{SOURCE102} \
|
||||||
@ -501,6 +501,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 30 2021 Lubos Uhliarik <luhliari@redhat.com> - 1:1.20.0-4
|
||||||
|
- Resolves: #1955560 - centralizing default index.html on nginx
|
||||||
|
|
||||||
* Mon Apr 26 2021 Lubos Uhliarik <luhliari@redhat.com> - 1:1.20.0-3
|
* Mon Apr 26 2021 Lubos Uhliarik <luhliari@redhat.com> - 1:1.20.0-3
|
||||||
- Resolve: #1953639 - Rebase nginx to 1.20
|
- Resolve: #1953639 - Rebase nginx to 1.20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user