Closed tlcd96 closed 3 years ago
Hi @skullwritter, It looks like the issue template is missing from this issue. Please take a look at the Contribution Guidelines, which will tell you exactly what your ticket has to contain in order to be processable. Please do not use the issue tracker for personal support requests. Use Roots Discourse to ask the Roots community for help, or hire someone from the community.
Summary
Maybe use a var in config/application.php for the webroot
Motivation
https://github.com/roots/bedrock/blob/ea2872512b9cecb2dea2291ddabcb3693ee39d43/config/application.php#L26 In my case i change the web to public_html, for the php in vendor and configs and the env file to be completely secured. The public_html is the public dir, below that there's no apparent way for a unknown user to access it, improving security. my server example, can be replicated with:
Additional context
In my case i change the web to public_html, for the php in vendor and configs and the env file to be completely secured. The public_html is the public dir, below that there's no apparent way for a unknown user to access it, improving security. my server example, can be replicated with:
possible code:
The code was written on the fly, so it might contain errors.