small vhost adjustments
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Robert Kaussow 2019-09-29 17:02:39 +02:00
parent 58af39e619
commit 61f83d4bae
1 changed files with 0 additions and 6 deletions

View File

@ -9,12 +9,6 @@ server {
try_files $uri $uri/ /index.php$is_args$args;
}
error_page 404 = @notfound;
location @notfound {
return 301 /;
}
location ~ /(cli|data) {
return 404;
}