From db907aaf50ac266cb8e9c9c02f8bdebb8d9167bb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Jul 2021 13:07:28 +0200 Subject: debian: anastasis has its own config --- debian/conf/apache.conf | 11 ----------- debian/conf/nginx.conf | 8 -------- 2 files changed, 19 deletions(-) delete mode 100644 debian/conf/apache.conf delete mode 100644 debian/conf/nginx.conf (limited to 'debian/conf') 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 @@ - - - -ProxyPass "unix:/var/lib/anastasis/httpd/anastasis.sock|http://example.com/" - 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 -- cgit v1.2.3