Update common.php

This commit is contained in:
Noah van der Aa
2019-06-08 17:01:51 +02:00
committed by GitHub
parent e90eab05aa
commit 6fa9114352

View File

@ -52,7 +52,7 @@ const NGINX_DEFAULT = 'server {
listen unix:/var/run/nginx/suspended backlog=2048; listen unix:/var/run/nginx/suspended backlog=2048;
add_header Content-Type text/html; add_header Content-Type text/html;
location / { location / {
return 200 \'<html><head><title>Suspended</title></head><body>This domain has been suspended due to violation of <a href="http://' . ADDRESS . '">hosting rules</a>.</body></html>\'; return 200 \'<html><head><title>Suspended</title></head><body>This domain has been suspended due to violation of our <a href="http://' . ADDRESS . '">hosting rules</a>.</body></html>\';
} }
} }
server { server {