gridcoin-community / gridcoin-community/ScraperProxy
Allow custom directory for output etag gz files to webserver folder
Open
- Dominant language
- C++
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently this all runs within the webserver folder:
I currently have webserver configuration that denies access to these files thou a external location option should be added so the code and files do not run within the HTTP access area.
` location ~(\.dat|\test|\.log|\.time) {
return 403;
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.