mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Deployed 0824b8e1 to 13.0 with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
34968f843e
commit
9ad6278cda
File diff suppressed because one or more lines are too long
|
|
@ -2125,10 +2125,10 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enabling-httphttps-optional-but-recommended" class="md-nav__link">
|
||||
<a href="#enabling-httphttps" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Enabling HTTP/HTTPS (Optional but Recommended)
|
||||
Enabling HTTP/HTTPS
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
|
@ -5544,10 +5544,10 @@
|
|||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#enabling-httphttps-optional-but-recommended" class="md-nav__link">
|
||||
<a href="#enabling-httphttps" class="md-nav__link">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
Enabling HTTP/HTTPS (Optional but Recommended)
|
||||
Enabling HTTP/HTTPS
|
||||
|
||||
</span>
|
||||
</a>
|
||||
|
|
@ -6144,7 +6144,7 @@ systemctl enable --now redis-server
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h3 id="enabling-httphttps-optional-but-recommended">Enabling HTTP/HTTPS (Optional but Recommended)<a class="headerlink" href="#enabling-httphttps-optional-but-recommended" title="Permanent link">¶</a></h3>
|
||||
<h3 id="enabling-httphttps">Enabling HTTP/HTTPS<a class="headerlink" href="#enabling-httphttps" title="Permanent link">¶</a></h3>
|
||||
<p>You need at least setup HTTP to make Seafile's web interface work. This manual provides instructions for enabling HTTP/HTTPS for the two most popular web servers and reverse proxies (e.g., <a href="../https_with_nginx/">Nginx</a>).</p>
|
||||
<h2 id="starting-seafile-server">Starting Seafile Server<a class="headerlink" href="#starting-seafile-server" title="Permanent link">¶</a></h2>
|
||||
<p>Run the following commands in <code>/opt/seafile/seafile-server-latest</code>:</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue