diff options
-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 |