Skip to content

Commit

Permalink
don't do this, it's not working and it would be blocking searches
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 17, 2024
1 parent 8c5a371 commit 980c30a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/sec_self_hosting/nginx_ckan_config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ server {
return 404;
}

# Spammers often use GET requests with parameters (?), discard except for API
location ~ ^(/(dataset|group|organization|user).*\?) {
return 404;
}

# Do not cache downloads of .rtdc data
location ~ \.(rtdc)$ {
proxy_pass http://127.0.0.1:8080$request_uri;
Expand Down

0 comments on commit 980c30a

Please sign in to comment.