diff options
author | makefu <github@syntax-fehler.de> | 2018-03-28 11:07:22 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-03-28 11:07:22 +0200 |
commit | 650090bb3541e2b3ffd15af241481afb120e3522 (patch) | |
tree | f6d520e12bd9d696881ab2eae3c5214da9b817da /makefu/2configs | |
parent | d82c2f228b7179319cdea4d16a59fa553f249505 (diff) |
ma photostore: expire -1
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/deployment/photostore.krebsco.de.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/deployment/photostore.krebsco.de.nix b/makefu/2configs/deployment/photostore.krebsco.de.nix index ecbca9ea3..19a8df235 100644 --- a/makefu/2configs/deployment/photostore.krebsco.de.nix +++ b/makefu/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; |