aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/dx16-rows40
-rw-r--r--extras/misc/apache2.conf39
-rwxr-xr-xextras/tools/invalidate_varnish_cache.sh3
3 files changed, 0 insertions, 82 deletions
diff --git a/extras/dx16-rows b/extras/dx16-rows
deleted file mode 100644
index 31ab5d2..0000000
--- a/extras/dx16-rows
+++ /dev/null
@@ -1,40 +0,0 @@
-row1-1
-row1-2
-row3-1
-row3-2
-row5-1
-row5-2
-row7-1
-row7-2
-row9-1
-row9-2
-row11-1
-row11-2
-row13-1
-row13-2
-row15-1
-row15-2
-row17-1
-row17-2
-row19-1
-row19-2
-row21-1
-row21-2
-row23-1
-row23-2
-row25-1
-row25-2
-row27-1
-row27-2
-row29-1
-row29-2
-row31-1
-row31-2
-row33-1
-row33-2
-row35-1
-row35-2
-row37-1
-row37-2
-row39-1
-row39-2
diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf
deleted file mode 100644
index e2963e1..0000000
--- a/extras/misc/apache2.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-<VirtualHost *:80>
- ServerAdmin lol@example.com
- ServerName nms.example.com
- ServerAlias nms.example.com
-
- DocumentRoot /opt/gondul/web
- ScriptAlias /api/write/ /opt/gondul/web/api/write/
- ScriptAlias /api/read/ /opt/gondul/web/api/read/
- ScriptAlias /api/public/ /opt/gondul/web/api/public/
- <Directory "/opt/gondul/web/api/write/">
- AllowOverride None
- Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
- </Directory>
- <Directory "/opt/gondul/web/api/read/">
- AllowOverride None
- Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
- </Directory>
- <Directory "/opt/gondul/web/api/public/">
- AllowOverride None
- Options +ExecCGI -MultiViews +Indexes +SymLinksIfOwnerMatch
- Require all granted
- </Directory>
- <Directory "/opt/gondul/web">
- AllowOverride None
- Options Indexes FollowSymLinks MultiViews
- AddDefaultCharset UTF-8
- Require all granted
- </Directory>
-
- ErrorLog /var/log/apache2/error-nms.example.com.log
-
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- LogLevel warn
-
- CustomLog /var/log/apache2/access-nms.example.com.log combined
- ServerSignature On
-
-</VirtualHost>
diff --git a/extras/tools/invalidate_varnish_cache.sh b/extras/tools/invalidate_varnish_cache.sh
deleted file mode 100755
index ed10b36..0000000
--- a/extras/tools/invalidate_varnish_cache.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-docker exec gondul-varnish-test varnishadm ban 'req.url ~ .*'