appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Opcache is accessible to public #56

Closed aconital closed 6 years ago

aconital commented 6 years ago

I'm using docker to run my laravel and in my .env i have set the OPCACHE_URL to http://nginx. But all the commands are accessible to anyone public via the endpoint http://my-website/opcache-api/status. How can I fix this and why is this library using routes?

aconital commented 6 years ago

34 fixed this problem