commit 98ad4d3dfbc957b9957e772dbd37e1d8cc5cddaf
parent 8e622836ac24319c826094dc5d99a41a586271e5
Author: Florian Dold <florian.dold@gmail.com>
Date: Thu, 16 Mar 2017 16:28:26 +0100
no ssi
Diffstat:
3 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/etc/nginx/sites-enabled/api-ssl.site b/etc/nginx/sites-enabled/api-ssl.site
@@ -13,8 +13,6 @@ server {
location / {
autoindex off;
- ssi on;
-# ssi_last_modified on;
}
include conf.d/favicon_robots;
diff --git a/etc/nginx/sites-enabled/env.site b/etc/nginx/sites-enabled/env.site
@@ -67,7 +67,6 @@ server {
}
location ~ ^/(?<user>[a-zA-Z0-9-_]+)(?<req>/.*|)$ {
- ssi on;
uwsgi_pass unix:/home/$user/sockets/landing.uwsgi;
include /etc/nginx/uwsgi_params;
uwsgi_param SCRIPT_NAME "/$user/";
@@ -75,7 +74,6 @@ server {
}
location ~ ^/(?<user>[a-zA-Z0-9-_]+)/auditor(?<req>/.*|)$ {
- ssi on;
uwsgi_pass unix:/home/$user/sockets/auditor.uwsgi;
include /etc/nginx/uwsgi_params;
uwsgi_param SCRIPT_NAME "/$user/";
diff --git a/etc/nginx/sites-enabled/www-stage.site b/etc/nginx/sites-enabled/www-stage.site
@@ -52,8 +52,6 @@ server {
location / {
root /var/www/stage.taler.net;
autoindex off;
- ssi on;
- #ssi_last_modified on;
rewrite ^/$ /en/ redirect;