#--------------------------------------------------------------#
# FastCGI
+ set $prod "1";
+ if ($server_addr = '127.0.0.1') {
+ set $prod "0";
+ }
location ~ /index\.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_param DBQ_CONF_FILE $document_root/../../../etc/dbq/000-local.php;
fastcgi_param DBQ_PERM 0;
# NB 09.01.17 fastcgi_param DBQ_PARAM_DB ls;
- fastcgi_param PRODUCTION 1;
+ fastcgi_param PRODUCTION $prod;
}
}
}
body {
+ /*
+ */
display: table;
margin-left: auto;
margin-right: auto;
h1 {
margin: 0 0 0.2em 0;
+ font-size: 180%;
+ /*
+ text-decoration: underline;
+ */
+ padding-bottom: 0.3em;
+ margin-bottom: 0.5em;
+ border-bottom: dashed 1px #444444;
}
a {
}
table.rows tr:nth-child(even) td {
- background-color: #EEEEEE;
+ background-color: #FEFEFE;
}
.rows { padding: 0; }