Actions
tickets #128534
openprovo-mirror - directory index of "/srv/ftp/pub/opensuse/" is forbidden
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-05-02
Due date:
% Done:
0%
Estimated time:
Description
2023/05/02 19:21:10 [error] 14497#14497: *130639 directory index of "/srv/ftp/pub/opensuse/" is forbidden, client: 2a03:7520:4c68:1:e591:ceb8:4127:2be4, server: provo-downloadcontent.opensuse.org, request: "GET / HTTP/2.0", host: "provo-downloadcontent.opensuse.org"
Surely that is not right?
Updated by pjessen 5 months ago
- Private changed from Yes to No
from /etc/nginx/vhosts.d/000-downloadcontent.conf
location / {
root /srv/ftp/pub/opensuse/;
autoindex on;
index index.html index.htm;
aio threads;
}
Hmm, I guess it is intended, but we still had 12756184 requests for the directory today, really filling up the error log.
Actions