Nginx禁止多个目录访问
2021-08-16 17:17:11
Nginx禁止多个目录访问
location ~ /(dev|stage|prod) {
deny all;
}
Nginx禁止多个目录访问
location ~ /(dev|stage|prod) {
deny all;
}