fixes incorrect spacing in Setup and Files - step 4 of Certbot tab

pull/136/head
santonio 2020-02-03 13:30:18 +08:00
parent 2dcc2fc4ba
commit 92baf79c45
1 changed files with 3 additions and 1 deletions

View File

@ -77,7 +77,9 @@
</li>
<li>
Uncomment SSL related directives in configuration:<br>
<code><span class="hljs-section">sed</span> <span class="hljs-attribute">-i -r</span> 's/#?;#//g' <span ng-if="isUnified()">{{ data.directory_nginx }}nginx.conf</span><span ng-if="isModularized()"><span ng-repeat="(_site, _domain) in getDomains() track by $index" ng-if="isCertLetsEncrypt(_site)">{{ data.directory_nginx }}sites-{{ isSymlink() ? 'available' : 'enabled' }}/{{ _domain }}.conf</span></span></code>
<code><span class="hljs-section">sed</span> <span class="hljs-attribute">-i -r</span> 's/#?;#//g'<span ng-if="isUnified()"><!--
--> {{ data.directory_nginx }}nginx.conf</span><span ng-if="isModularized()"><span ng-repeat="(_site, _domain) in getDomains() track by $index" ng-if="isCertLetsEncrypt(_site)"><!--
--> {{ data.directory_nginx }}sites-{{ isSymlink() ? 'available' : 'enabled' }}/{{ _domain }}.conf</span></span></code>
</li>
<li>
Reload NGINX:<br>