diff options
| author | Christian Cleberg <[email protected]> | 2024-08-25 17:17:39 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-08-25 17:17:39 -0500 |
| commit | c14f635f4374c38440e5c328b988d6ba4f8a131a (patch) | |
| tree | 60a30091e927e535200f97dd78effb9d3ee3126e /content/blog | |
| parent | 6730f95fd5bf1bf2890e230f60be0e74bffe7703 (diff) | |
| download | cleberg.net-c14f635f4374c38440e5c328b988d6ba4f8a131a.tar.gz cleberg.net-c14f635f4374c38440e5c328b988d6ba4f8a131a.tar.bz2 cleberg.net-c14f635f4374c38440e5c328b988d6ba4f8a131a.zip | |
add missing command in latest post
Diffstat (limited to 'content/blog')
| -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 |
