0

I have a dedicated Plesk server with several domains. In one of them I want to make available a file called, say, "file.db"

If I try to download that file from a web browser, I get a 403 error page saying:

Forbidden

You do not have permission to access this document.

Web Server at @domain_name@

If I rename the file to a more standard extension, like "mp3" (even though it's not really an mp3 file), then I can download the file from the browser.

So there must be some restriction to let browsers only download files with some extensions.

I tried to edit the files "mime.types" and "mime.types.default" inside /etc/nginx to add a line with "application/octet-stream db;" and then restarting the service/server but that accomplished nothing. I still get the 403 page when trying to download the file.

So how can I make the server allow downloading files with ".db" extension? (renaming the file extension is not an option for me since the file name is hard coded into an app that downloads that file).

1
  • Can you share how your nginx.conf (and any imported files) look like, obviously after masking any private information in there).
    – gepa
    Commented 3 hours ago

0

You must log in to answer this question.

Browse other questions tagged .