location / {
return 503;
}
server {
listen 80;
server_name localhost;
location / {
return 503;
}
}
参考链接
location / {
return 503;
}
server {
listen 80;
server_name localhost;
location / {
return 503;
}
}
参考链接