Skip to content

Commit 5b51461

Browse files
committed
Merge pull request nginx-boilerplate#10 from vsapronov/patch-1
Fixed paths in documentation
2 parents 7bb71dc + 60ffcd2 commit 5b51461

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ Awesome Nginx configuration template and a set of handy must-have snippets.
1212

1313
## Try it
1414
* Update the "root" directive in src/sites/default.conf
15-
* (optional) Update the "user" directive in src/system.conf
16-
* (optional) Make sure "user" has access to the locations specified in src/system.conf (access logs, php socket, fastcgi tmp dirs)
15+
* (optional) Update the "user" directive in src/nginx-bp/system.conf
16+
* (optional) Make sure "user" has access to the locations specified in src/nginx-bp/system.conf (access logs, php socket, fastcgi tmp dirs)
1717
* (optional) Check src/nginx-bp/upstreams/php.conf to match your php-fpm setup (socket vs TCP/IP)
1818
* Run build/run.sh as privileged user to restart Nginx in boilerplate mode
1919
* Go to http://localhost/ (or http://your_etc_hostname/, or http://127.0.0.1/)
2020

2121
## Install
2222
* Copy the contents of src/ to your nginx config directory (usually /etc/nginx)
2323
* (optional) Update the "user" directive in src/system.conf if needed
24-
* (optional) Make sure "user" has access to the specified in src/system.conf locations
24+
* (optional) Make sure "user" has access to the specified in src/nginx-bp/system.conf locations
2525
* (optional) Check src/nginx-bp/upstreams/php.conf to match your php-fpm setup (socket vs TCP/IP)
2626
* Create/migrate your vhosts to sites/
2727
* (optional) To disable a site change its config's file extention to anything other than .conf
2828

2929
## If nothing works
3030
* Check the contents of /var/log/nginx/default.error.log
31-
* Create an issue on the project's github page
31+
* Create an issue on the project's github page

0 commit comments

Comments
 (0)