Skip to content

Commit

Permalink
starting api using PM2 ecosystem config
Browse files Browse the repository at this point in the history
  • Loading branch information
S4nfs authored Sep 7, 2022
1 parent a96cb03 commit 23bd485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion encrypt_arclight/cert.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h1 id="onboarding-resources">
pm2 flush
cd /var/www/html/arclight
</code></pre>
<pre><code class="language-sh">pm2 start npm --name "arc" --log-date-format 'DD-MM HH:mm:ss.SSS' -- start</code></pre>
<pre><code class="language-sh">pm2 start ecosystem.config.js</code></pre>
<p>
Now login to your Arclight Dashboard. Go to the settings page and
add the location of the Let’s Encrypt certificate file and key
Expand Down
2 changes: 1 addition & 1 deletion encrypt_arclight/self-cert.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h1 id="onboarding-resources">
pm2 flush
cd /var/www/html/arclight
</code></pre>
<pre><code class="language-sh">pm2 start npm --name "arc" --log-date-format 'DD-MM HH:mm:ss.SSS' -- start</code></pre>
<pre><code class="language-sh">pm2 start ecosystem.config.js</code></pre>
<p>
Now login to your Arclight Dashboard. Go to the settings page and
add the location of the Self-Signed certificate file and key
Expand Down

0 comments on commit 23bd485

Please sign in to comment.