Remove Roskomnadzor
This commit is contained in:
parent
24b8e5eff5
commit
00c7f572f0
5 changed files with 0 additions and 49 deletions
|
@ -1,42 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8"/>
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
||||||
<meta name="viewport" content="width=device-width,
|
|
||||||
initial-scale=1,
|
|
||||||
maximum-scale=1,
|
|
||||||
shrink-to-fit=no,
|
|
||||||
user-scalable=no"/>
|
|
||||||
|
|
||||||
<title>Blocked in Russia</title>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.center-text { text-align: center; }
|
|
||||||
.center {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.responsive {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 500px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1 class="center-text">
|
|
||||||
Blocked in Russia
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<p class="center-text">
|
|
||||||
This information is illegal in Russia.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<img
|
|
||||||
src="/roskomnadzor.jpg"
|
|
||||||
class="center responsive"
|
|
||||||
alt="Roskomnadzor-chan"/>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Binary file not shown.
Before Width: | Height: | Size: 305 KiB |
|
@ -96,8 +96,6 @@
|
||||||
with_items:
|
with_items:
|
||||||
- 'maintenance.html'
|
- 'maintenance.html'
|
||||||
- 'maintenance.jpg'
|
- 'maintenance.jpg'
|
||||||
- 'roskomnadzor.html'
|
|
||||||
- 'roskomnadzor.jpg'
|
|
||||||
|
|
||||||
- name: Install additional snippets
|
- name: Install additional snippets
|
||||||
notify: nginx | Restart Nginx
|
notify: nginx | Restart Nginx
|
||||||
|
@ -109,4 +107,3 @@
|
||||||
group: root
|
group: root
|
||||||
with_items:
|
with_items:
|
||||||
- 'maintenance'
|
- 'maintenance'
|
||||||
- 'roskomnadzor'
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
with_items:
|
with_items:
|
||||||
- 'maintenance.html'
|
- 'maintenance.html'
|
||||||
- 'maintenance.jpg'
|
- 'maintenance.jpg'
|
||||||
- 'roskomnadzor.html'
|
|
||||||
- 'roskomnadzor.jpg'
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
location @roskomnadzor { root {{ nginx__dir_www_html }}; try_files /roskomnadzor.html roskomnadzor.html; }
|
|
||||||
location = /roskomnadzor.jpg { root {{ nginx__dir_www_html }}; }
|
|
Loading…
Reference in a new issue