Skip to content

Commit

Permalink
Add changes for 648b93a
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 30, 2024
1 parent 375b9c1 commit 27b6797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sources/misc/add_new_instance_to_specify_cloud.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
4. Add SSL
1. Run the `add_ssl.sh` script and follow the prompts.
```bash
sudo sh add_ssl.sh
sudo bash add_ssl.sh
```
You will need to provide the `<subdomain>` for the new instance that you wish to add. After this, it will update the `spcloudservers.json` and set `"https": false` to `"https": true` for that instance, then restart all of the running containers.
8. Check URL
Expand Down
2 changes: 1 addition & 1 deletion misc/add_new_instance_to_specify_cloud.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ <h2>Example for <dbname><a class="headerlink" href="#example-for" title="Link to
<li><p>Add SSL</p>
<ol class="arabic">
<li><p>Run the <code class="docutils literal notranslate"><span class="pre">add_ssl.sh</span></code> script and follow the prompts.</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="w"> </span>sudo<span class="w"> </span>sh<span class="w"> </span>add_ssl.sh
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="w"> </span>sudo<span class="w"> </span>bash<span class="w"> </span>add_ssl.sh
</pre></div>
</div>
<p>You will need to provide the <code class="docutils literal notranslate"><span class="pre">&lt;subdomain&gt;</span></code> for the new instance that you wish to add. After this, it will update the <code class="docutils literal notranslate"><span class="pre">spcloudservers.json</span></code> and set <code class="docutils literal notranslate"><span class="pre">&quot;https&quot;:</span> <span class="pre">false</span></code> to <code class="docutils literal notranslate"><span class="pre">&quot;https&quot;:</span> <span class="pre">true</span></code> for that instance, then restart all of the running containers.</p>
Expand Down

0 comments on commit 27b6797

Please sign in to comment.