aboutsummaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2021-01-07 20:52:38 -0500
committerB Stack <bgstack15@gmail.com>2021-01-07 20:56:10 -0500
commitbadcb48cd279f0e2a0ed7eae2661171f2411e647 (patch)
tree920d3319404ece4811fd7f8bea5ef96ba52021e1 /debian/README.Debian
downloadfuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.tar.gz
fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.tar.bz2
fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.zip
initial commit
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..92940d2
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+fuss for Devuan
+
+To make fuss work with apache2 in a Debian-like apache2 environment, you will need to run these commands.
+
+ for word in proxy rewrite ssl headers ; do sudo a2enmod ${word} ; done
+
+ -- B. Stack <bgstack15@gmail.com> Tue, 05 Jan 2021 11:04:29 -0500
bgstack15