mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-04-30
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user