summaryrefslogtreecommitdiffstats
path: root/machines/jormungand
diff options
context:
space:
mode:
authorDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-10-02 17:00:20 +0200
committerDominique Martinet @ jormungand <asmadeus@codewreck.org>2020-10-02 17:00:20 +0200
commit8145db3fc83bc231b920c0032a9dc93834ffd80f (patch)
tree8eeb443f0ac099a210e9a7d68adb9f978d0bdf36 /machines/jormungand
parent4b1ca3ff0bcc1fd42f1f63ec2c5d9421eedb58e0 (diff)
miniflux: fix running as user & minor adjustments
Diffstat (limited to 'machines/jormungand')
-rw-r--r--machines/jormungand/nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/jormungand/nginx.nix b/machines/jormungand/nginx.nix
index 87cd154..2f64726 100644
--- a/machines/jormungand/nginx.nix
+++ b/machines/jormungand/nginx.nix
@@ -227,7 +227,7 @@ in {
forceSSL = true;
enableACME = true;
locations."/" = {
- proxyPass = "http://127.0.0.1:8081/";
+ proxyPass = "http://[::1]:8081/";
};
};