Default HTML test file location updated#462
Default HTML test file location updated#462JamesH65 merged 1 commit intoraspberrypi:masterfrom ahogen:patch-1
Conversation
When I start with a fresh install of nginx, the test HTML file is in /var/www/html/ instead of the previously mentioned /usr/share/nginx/www
|
Does this mean that #371 is now outdated? |
|
@lurch, I would guess so. Unless I did something wrong during my setup, which could very well be the case since I am brand new to using nginx. I just wanted to report what my default setup came out looking like, in case it was helpful. |
|
Just checked, oddly that the html files in both those locations are the same on a fresh install, although they have different names. However, the default config file refers to "root /var/www/html" so I would suggest that is the required location for the index, I'll close the other PR and let this one through. |
|
@JamesH65 File checked and approved. No changes made. Is this ready to merge, or does the failing check need fixing? |
|
I'm ignoring the Travis check at the moment, theory being get all the PR's out of the way, then fix the test. |
Corrected the package name for reinstalling firmware. Relates to: raspberrypi#4300 Co-authored-by: framp <framp@linux-tips-and-tricks.de>
When I start with a fresh install of nginx, the test HTML file is in
/var/www/html/instead of the previously mentioned/usr/share/nginx/www. It could be nice to indicate that to viewers even though, like the article mentions, they can check the currently set path themselves in the config file.