-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
37 lines (37 loc) · 847 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html lang="en">
<head>
<title>Varnish URL Purge</title>
<br><br>
<br><br>
<br><br>
<center>
<table border="0" width="50%">
<tr>
<td><img src="weblogo.png"><br />
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>
<br><br>
<form method="post" action="purge.php" method="post">
<b>Domain To Purge (i.e. <font color="red">sitename.com</font>, no www.):
<br><br>
<INPUT TYPE = "Text" VALUE ="" NAME = "domainpurge" size="50"></td>
</tr>
<tr>
<td>
<b>URL To Purge (i.e. <font color="red">/</font> for front page, <font color="red">/news</font> for specific url):
<br><br>
<INPUT TYPE = "Text" VALUE ="" NAME = "urlpurge" size="50"></td>
</tr>
<tr>
<td><br><br><input type="submit" value="submit" name="submit"><br />
</form></td>
</tr>
<tr>
<td><font color="red"><b>Please click SUBMIT only once! Give it a few seconds to complete!</td>
</tr>
</center>