Merge pull request #930 from nicksahler/patch-1
Added suggestion to reload nginx
This commit is contained in:
commit
e7cd940d2f
|
@ -223,6 +223,11 @@ Edit /etc/nginx/conf.d/discourse.conf
|
||||||
- change socket paths if discourse is installed to a different location
|
- change socket paths if discourse is installed to a different location
|
||||||
- modify root location if discourse is installed to a different location
|
- modify root location if discourse is installed to a different location
|
||||||
|
|
||||||
|
Reload nginx by running
|
||||||
|
|
||||||
|
# Run as your normal login (e.g. "michael")
|
||||||
|
sudo /etc/init.d/nginx reload
|
||||||
|
|
||||||
## Bluepill setup
|
## Bluepill setup
|
||||||
|
|
||||||
Configure bluepill:
|
Configure bluepill:
|
||||||
|
|
Loading…
Reference in New Issue