Removed message

This commit is contained in:
Martin Mahner 2013-05-31 09:47:02 +00:00
parent 0530c8cb30
commit 27f97ed458
2 changed files with 3 additions and 3 deletions

View file

@ -24,8 +24,6 @@
{% block page %}
PAGE MISSING
{% endblock %}
<small style="color:#aaa;font-size:10px; margin: 1em 0">You are on the new server :-)</small>
</div>
{% block script_footer %}

View file

@ -20,7 +20,8 @@ server {
server {
listen 443;
server_name dpaste.de;
ssl on;
ssl on;
ssl_certificate /srv/dpaste.de/var/ssl/dpaste_de_unified.crt;
ssl_certificate_key /srv/dpaste.de/var/ssl/dpaste_de.key;
@ -32,6 +33,7 @@ server {
server {
listen 443;
server_name dpaste.org;
ssl on;
ssl_certificate /srv/dpaste.de/var/ssl/dpaste_org_unified.crt;
ssl_certificate_key /srv/dpaste.de/var/ssl/dpaste_org.key;