mirror of
https://abf.rosa.ru/djam/angie.git
synced 2025-02-24 19:32:47 +00:00
Get rid of Mandriva logo
This commit is contained in:
parent
912480b712
commit
79a7238c87
5 changed files with 6 additions and 19 deletions
6
404.html
6
404.html
|
@ -92,7 +92,7 @@
|
|||
<p>Something has triggered missing webpage on your
|
||||
website. This is the default 404 error page for
|
||||
<strong>nginx</strong> that is distributed with
|
||||
Mandriva. It is located
|
||||
ROSA. It is located
|
||||
<tt>/usr/share/nginx/html/404.html</tt></p>
|
||||
|
||||
<p>You should customize this error page for your own
|
||||
|
@ -109,10 +109,6 @@
|
|||
alt="[ Powered by nginx ]"
|
||||
width="121" height="32" /></a>
|
||||
|
||||
<a href="http://www.mandriva.com/"><img
|
||||
src="poweredby.png"
|
||||
alt="[ Powered by Mandriva ]"
|
||||
width="120" height="43" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
6
50x.html
6
50x.html
|
@ -92,7 +92,7 @@
|
|||
<p>Something has triggered an error on your
|
||||
website. This is the default error page for
|
||||
<strong>nginx</strong> that is distributed with
|
||||
Mandriva. It is located
|
||||
ROSA. It is located
|
||||
<tt>/usr/share/nginx/html/50x.html</tt></p>
|
||||
|
||||
<p>You should customize this error page for your own
|
||||
|
@ -109,10 +109,6 @@
|
|||
alt="[ Powered by nginx ]"
|
||||
width="121" height="32" /></a>
|
||||
|
||||
<a href="http://www.mandriva.com/"><img
|
||||
src="poweredby.png"
|
||||
alt="[ Powered by Mandriva ]"
|
||||
width="120" height="43" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
10
index.html
10
index.html
|
@ -2,7 +2,7 @@
|
|||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
<head>
|
||||
<title>Test Page for the Nginx HTTP Server on Mandriva</title>
|
||||
<title>Test Page for the Nginx HTTP Server on ROSA</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<style type="text/css">
|
||||
/*<![CDATA[*/
|
||||
|
@ -74,7 +74,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome to <strong>nginx _VERSION_</strong> on Mandriva!</h1>
|
||||
<h1>Welcome to <strong>nginx _VERSION_</strong> on ROSA!</h1>
|
||||
|
||||
<div class="content">
|
||||
<p>This page is used to test the proper operation of the
|
||||
|
@ -88,7 +88,7 @@
|
|||
<div class="content">
|
||||
<p>This is the default <tt>index.html</tt> page that
|
||||
is distributed with <strong>nginx</strong> on
|
||||
Mandriva. It is located in
|
||||
ROSA. It is located in
|
||||
<tt>/usr/share/nginx/html</tt>.</p>
|
||||
|
||||
<p>You should now put your content in a location of
|
||||
|
@ -106,10 +106,6 @@
|
|||
alt="[ Powered by nginx ]"
|
||||
width="121" height="32" /></a>
|
||||
|
||||
<a href="http://www.mandriva.com/"><img
|
||||
src="poweredby.png"
|
||||
alt="[ Powered by Mandriva ]"
|
||||
width="120" height="43" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
@ -23,7 +23,6 @@ Source3: nginx.logrotate
|
|||
Source4: virtual.conf
|
||||
Source5: ssl.conf
|
||||
Source100: index.html
|
||||
Source101: poweredby.png
|
||||
Source102: nginx-logo.png
|
||||
Source103: 50x.html
|
||||
Source104: 404.html
|
||||
|
@ -158,7 +157,7 @@ install -p -d -m 0755 %{buildroot}%{nginx_home_tmp}
|
|||
install -p -d -m 0755 %{buildroot}%{nginx_logdir}
|
||||
install -p -d -m 0755 %{buildroot}%{nginx_webroot}
|
||||
|
||||
install -p -m 0644 %{SOURCE100} %{SOURCE101} %{SOURCE102} %{SOURCE103} %{SOURCE104} %{buildroot}%{nginx_webroot}
|
||||
install -p -m 0644 %{SOURCE100} %{SOURCE102} %{SOURCE103} %{SOURCE104} %{buildroot}%{nginx_webroot}
|
||||
|
||||
# add current version
|
||||
perl -pi -e "s|_VERSION_|%{version}|g" %{buildroot}%{nginx_webroot}/index.html
|
||||
|
|
BIN
poweredby.png
BIN
poweredby.png
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
Loading…
Add table
Reference in a new issue