mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 23:21:36 +08:00
Change to sites-available instead of sites-enabled (#31)
* change from sites-enabled to sites-available * add yarn.lock * removed yarn.lock * commands fix * ZIP symbolic link
This commit is contained in:
committed by
Bálint Szekeres
parent
d339981138
commit
ff1ae92ef7
@@ -1,4 +1,14 @@
|
||||
<!--
|
||||
<!-- ✔ modularized --><span ng-if="isModularized()"><!--
|
||||
|
||||
--><span class="hljs-comment"># <strong>Virtual host</strong>: create symbolic link</span>
|
||||
<span class="hljs-section">ln</span> <span class="hljs-attribute">-s</span> /etc/nginx/sites-available/{{ domain() }}.conf /etc/nginx/sites-enabled/{{ domain() }}.conf</span><!--
|
||||
|
||||
|
||||
✔ modularized || ✔ HTTPS --><span ng-if="isModularized() && ((isHTTPS() && !isSSLProfileModern()) || isCertLetsEncrypt())">
|
||||
|
||||
</span><!--
|
||||
|
||||
|
||||
✔ HTTPS --><span ng-if="isHTTPS() && !isSSLProfileModern()"><!--
|
||||
|
||||
--><span class="hljs-comment"># <strong>HTTPS</strong>: create Diffie-Hellman keys</span>
|
||||
|
Reference in New Issue
Block a user