summaryrefslogtreecommitdiff
path: root/debian/conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-30 13:07:28 +0200
committerFlorian Dold <florian@dold.me>2021-07-30 13:07:28 +0200
commitdb907aaf50ac266cb8e9c9c02f8bdebb8d9167bb (patch)
treec863d002ece116cda322137bbc2ded76f7eb6602 /debian/conf
parent75d3b4a0eb34d7876b5b92b93c79e382fa1cfaa6 (diff)
downloadanastasis-db907aaf50ac266cb8e9c9c02f8bdebb8d9167bb.tar.gz
anastasis-db907aaf50ac266cb8e9c9c02f8bdebb8d9167bb.tar.bz2
anastasis-db907aaf50ac266cb8e9c9c02f8bdebb8d9167bb.zip
debian: anastasis has its own config
Diffstat (limited to 'debian/conf')
-rw-r--r--debian/conf/apache.conf11
-rw-r--r--debian/conf/nginx.conf8
2 files changed, 0 insertions, 19 deletions
diff --git a/debian/conf/apache.conf b/debian/conf/apache.conf
deleted file mode 100644
index 1d73ed1..0000000
--- a/debian/conf/apache.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-<!--
- Make sure to enable the following Apache modules before
- integrating this into your configuration:
-
- # a2enmod proxy
- # a2enmod proxy_http
--->
-
-<Location "/anastasis/">
-ProxyPass "unix:/var/lib/anastasis/httpd/anastasis.sock|http://example.com/"
-</Location>
diff --git a/debian/conf/nginx.conf b/debian/conf/nginx.conf
deleted file mode 100644
index 6828f0b..0000000
--- a/debian/conf/nginx.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-location /anastasis/ {
- proxy_pass http://unix:/var/lib/anastasis/httpd/anastasis.sock;
- proxy_redirect off;
- proxy_set_header Host $host;
- proxy_set_header X-Forwarded-Host "example.com";
- proxy_set_header X-Forwarded-Proto "https";
-
-} \ No newline at end of file