bunkerweb/confs/disable-default-server.conf
2020-03-31 09:46:23 +02:00

4 lines
49 B
Plaintext

if ($host !~ ^(%SERVER_NAME%)$) {
return 444;
}