File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ Awesome Nginx configuration template and a set of handy must-have snippets.
12
12
13
13
## Try it
14
14
* 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)
17
17
* (optional) Check src/nginx-bp/upstreams/php.conf to match your php-fpm setup (socket vs TCP/IP)
18
18
* Run build/run.sh as privileged user to restart Nginx in boilerplate mode
19
19
* Go to http://localhost/ (or http://your_etc_hostname/ , or http://127.0.0.1/ )
20
20
21
21
## Install
22
22
* Copy the contents of src/ to your nginx config directory (usually /etc/nginx)
23
23
* (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
25
25
* (optional) Check src/nginx-bp/upstreams/php.conf to match your php-fpm setup (socket vs TCP/IP)
26
26
* Create/migrate your vhosts to sites/
27
27
* (optional) To disable a site change its config's file extention to anything other than .conf
28
28
29
29
## If nothing works
30
30
* 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
You can’t perform that action at this time.
0 commit comments