ma photostore: expire -1

This commit is contained in:
makefu 2018-03-28 11:07:22 +02:00
parent d82c2f228b
commit 650090bb35
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -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;