bunkerweb/confs/site/disable-default-server.conf
2020-11-08 17:37:48 +01:00

4 lines
49 B
Plaintext

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