Logoj0ke.net Open Build Service > Projects > internetx:projects:http > nginx > Changes
Sign Up | Log In

Changes of Revision 44

[-] Changed nginx.spec
x
 
1
@@ -59,6 +59,7 @@
2
 Source103:  50x.html
3
 Source104:  404.html
4
 Source105:  ssl-ciphersample
5
+Source106:  pagespeed.conf
6
 
7
 # removes -Werror in upstream build scripts.  -Werror conflicts with
8
 # -D_FORTIFY_SOURCE=2 causing warnings to turn into errors.
9
@@ -163,7 +164,7 @@
10
 %{__install} -p -d -m 0755 %{buildroot}%{nginx_logdir}
11
 %{__install} -p -d -m 0755 %{buildroot}%{nginx_webroot}
12
 %{__install} -p -m 0644 %{SOURCE100} %{SOURCE101} %{SOURCE102} %{SOURCE103} %{SOURCE104} %{buildroot}%{nginx_webroot}
13
-%{__install} -p -m 0644 %{SOURCE105} %{buildroot}%{nginx_confdir}/
14
+%{__install} -p -m 0644 %{SOURCE105} %{SOURCE106} %{buildroot}%{nginx_confdir}/
15
 
16
 # convert to UTF-8 all files that give warnings.
17
 for textfile in CHANGES
18
[+] Added pagespeed.conf ^