mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
r7015: use a scripting trick to force images to be sent with http instead of https, which
should make the server more responsive (This used to be commit 814c3674f8e0aa20fb3ee3657173bab05d7f3ded)
This commit is contained in:
parent
b63ce2f479
commit
5ad5d0fb43
@ -8,7 +8,11 @@
|
||||
Samba4 ESP test
|
||||
</TITLE>
|
||||
<BODY>
|
||||
<img src="/images/logo.png" alt="Samba">
|
||||
<%
|
||||
/* this allows us to force the image to go over more efficiently as http */
|
||||
var imagedir = "http://" + headers['HOST'] + "/images";
|
||||
%>
|
||||
<img src="@@imagedir/logo.png" alt="Samba">
|
||||
<h1>Samba4 ESP test</h1>
|
||||
|
||||
Please choose one of the following tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user