Add notes for 2016-04-30

This commit is contained in:
2016-04-30 17:37:47 +02:00
parent 25fc12c3fa
commit c096b03b7d
4 changed files with 61 additions and 0 deletions

View File

@ -379,3 +379,16 @@ dspace.log.2016-04-27:7271
- Problems with stability again. I've blocked access to `/rest` for now to see if the number of errors in the log files drop
- Later we could maybe start logging access to `/rest` and perhaps whitelist some IPs...
## 2016-04-30
- Logs for today and yesterday have zero references to this REST error, so I'm going to open back up the REST API but log all requests
```
location /rest {
access_log /var/log/nginx/rest.log;
proxy_pass http://127.0.0.1:8443;
}
```
- I will check the logs again in a few days to look for patterns, see who is accessing it, etc