Remove Roskomnadzor

This commit is contained in:
Alex Kotov 2023-08-17 17:17:52 +04:00
parent 24b8e5eff5
commit 00c7f572f0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
5 changed files with 0 additions and 49 deletions

View File

@ -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

View File

@ -96,8 +96,6 @@
with_items:
- 'maintenance.html'
- 'maintenance.jpg'
- 'roskomnadzor.html'
- 'roskomnadzor.jpg'
- name: Install additional snippets
notify: nginx | Restart Nginx
@ -109,4 +107,3 @@
group: root
with_items:
- 'maintenance'
- 'roskomnadzor'

View File

@ -20,5 +20,3 @@
with_items:
- 'maintenance.html'
- 'maintenance.jpg'
- 'roskomnadzor.html'
- 'roskomnadzor.jpg'

View File

@ -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 }}; }