Nginx: Difference between revisions
add link |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
| Line 34: | Line 34: | ||
== File Not Found == | == File Not Found == | ||
I kept getting 404's and one possibility to eliminate is whether or not your server has read access to the filesystem. You can check with: | I kept getting 404's and one possibility to eliminate is whether or not your server has read access to the filesystem. You can check with: | ||
< | <syntaxhighlight lang="bash"> | ||
# -H for set 'home' from /etc/password | # -H for set 'home' from /etc/password | ||
# -lmo for long, mode, owners | # -lmo for long, mode, owners | ||
sudo -H -u nginx namei -lmo /var/www/mediawiki | sudo -H -u nginx namei -lmo /var/www/mediawiki | ||
</ | </syntaxhighlight> | ||
== Other resources == | == Other resources == | ||