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