Files
docker/hidche/web/sam.conf
T
2022-03-14 01:31:56 +09:00

68 lines
753 B
Plaintext

location ~ /\. {
return 404;
}
location ~ /composer {
return 404;
}
location ~ /package\.(json|lock) {
return 404;
}
location ~ /d_setting/ {
return 404;
}
location ~ /d_log/ {
return 404;
}
location ~ /logs/ {
return 404;
}
location ~ /node_modules {
return 404;
}
location ~ /vendor {
return 404;
}
location ~ /tests {
return 404;
}
location ~ /test-ts {
return 404;
}
location ~ /npm_recent {
return 404;
}
location ~ /composer_result {
return 404;
}
location ~ /tsconfig.json {
return 404;
}
location ~ /webpack.config.js {
return 404;
}
location ~ /src {
return 404;
}
location ~ /[^/]+/sammo/ {
return 404;
}
location ~ /[^/]+/data/ {
return 404;
}