diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-08-25 17:17:39 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-08-25 17:17:39 -0500 |
commit | e483f5a3efdbd037da9ace08f2c2a20a340ff22a (patch) | |
tree | 60a30091e927e535200f97dd78effb9d3ee3126e /content | |
parent | 7090f23b756d4517f8b823eddc6ff114f2d49e3a (diff) | |
download | cleberg.net-e483f5a3efdbd037da9ace08f2c2a20a340ff22a.tar.gz cleberg.net-e483f5a3efdbd037da9ace08f2c2a20a340ff22a.tar.bz2 cleberg.net-e483f5a3efdbd037da9ace08f2c2a20a340ff22a.zip |
add missing command in latest post
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/2024-08-25-n8n-sentiment-analysis.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/blog/2024-08-25-n8n-sentiment-analysis.org b/content/blog/2024-08-25-n8n-sentiment-analysis.org index 36549d0..d96ba6e 100644 --- a/content/blog/2024-08-25-n8n-sentiment-analysis.org +++ b/content/blog/2024-08-25-n8n-sentiment-analysis.org @@ -100,6 +100,12 @@ server { } #+end_src +Simply restart Nginx to ensure the new configuration is in-effect. + +#+begin_src sh +sudo systemctl restart nginx.service +#+end_src + ** Workflow Configuration You can open the included workflow at |