aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/ether/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/ether/default.nix')
-rw-r--r--nixops/modules/websites/tools/ether/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixops/modules/websites/tools/ether/default.nix b/nixops/modules/websites/tools/ether/default.nix
index 5ee3433..c4a9932 100644
--- a/nixops/modules/websites/tools/ether/default.nix
+++ b/nixops/modules/websites/tools/ether/default.nix
@@ -75,8 +75,6 @@ in {
75 ProxyPreserveHost On 75 ProxyPreserveHost On
76 ProxyPass / http://localhost:${etherpad.listenPort}/ 76 ProxyPass / http://localhost:${etherpad.listenPort}/
77 ProxyPassReverse / http://localhost:${etherpad.listenPort}/ 77 ProxyPassReverse / http://localhost:${etherpad.listenPort}/
78 ProxyPass /socket.io ws://localhost:${etherpad.listenPort}/socket.io
79 ProxyPassReverse /socket.io ws://localhost:${etherpad.listenPort}/socket.io
80 <Proxy *> 78 <Proxy *>
81 Options FollowSymLinks MultiViews 79 Options FollowSymLinks MultiViews
82 AllowOverride None 80 AllowOverride None