summaryrefslogtreecommitdiffstats
path: root/2configs/deployment
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-03-28 11:07:22 +0200
committermakefu <github@syntax-fehler.de>2018-03-28 11:07:22 +0200
commit042c966a35657145e9ffcb33ecbc7c505a3309d0 (patch)
treec6ca479696fafaf5393551f420ced610d66ac945 /2configs/deployment
parentd46fee74d2d316199adc9f36fe95d324934e5a59 (diff)
ma photostore: expire -1
Diffstat (limited to '2configs/deployment')
-rw-r--r--2configs/deployment/photostore.krebsco.de.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/2configs/deployment/photostore.krebsco.de.nix b/2configs/deployment/photostore.krebsco.de.nix
index ecbca9ea3..19a8df235 100644
--- a/2configs/deployment/photostore.krebsco.de.nix
+++ b/2configs/deployment/photostore.krebsco.de.nix
@@ -30,6 +30,7 @@ in {
forceSSL = true;
locations = {
"/".extraConfig = ''
+ expires -1;
uwsgi_pass unix://${wsgi-sock};
uwsgi_param UWSGI_CHDIR ${workdir};
uwsgi_param UWSGI_MODULE cuserver.main;