bunkerweb/confs2/site/disable-default-server.conf
2021-05-21 14:55:54 +02:00

4 lines
49 B
Plaintext

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