|
|
|
@ -326,7 +326,7 @@
|
|
|
|
|
<div class="grid-sizer col-xl-6"></div>
|
|
|
|
|
<div ng-if="isHTTPS() || isWordPress()" class="grid-item col-xl-12" ng-cloak>
|
|
|
|
|
<div class="commands">
|
|
|
|
|
<pre><code class="hljs bash" ng-include="'templates/commands.html'"></code></pre>
|
|
|
|
|
<pre><code class="hljs bash" ng-include="'templates/commands.html?v=COMMIT_HASH'"></code></pre>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="file grid-item" ng-class="isModularized() || isHTTPS() || isWordPress() ? 'col-xl-6' : 'col-xl-12'">
|
|
|
|
@ -336,7 +336,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === 'nginx.conf'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/nginx.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/nginx.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-nginx" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-6 grid-item file" ng-if="isModularized()" ng-cloak>
|
|
|
|
@ -346,7 +346,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === 'example.com'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/example.com.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/example.com.conf.html?v=COMMIT_HASH?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-domain" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-6 grid-item file" ng-if="isHTTPS()" ng-cloak>
|
|
|
|
@ -356,7 +356,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === '_ssl.conf'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_ssl.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_ssl.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-ssl" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-6 grid-item file" ng-if="isModularized() && isLetsEncrypt()" ng-cloak>
|
|
|
|
@ -366,7 +366,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === '_letsencrypt.conf'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_letsencrypt.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_letsencrypt.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-letsencrypt" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-6 grid-item file" ng-if="isModularized()" ng-cloak>
|
|
|
|
@ -376,7 +376,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === '_general.conf'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_general.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_general.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-general" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-6 grid-item file" ng-if="isPHP() && isModularized()" ng-cloak>
|
|
|
|
@ -386,7 +386,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === '_php.conf'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_php.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_php.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-php" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-6 grid-item file" ng-if="isPHP() && (isModularized() || isWordPress())" ng-cloak>
|
|
|
|
@ -396,7 +396,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === '_php_fastcgi.conf'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_php_fastcgi.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_php_fastcgi.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-php_fastcgi" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-xl-6 grid-item file" ng-if="isWordPress() && isModularized()" ng-cloak>
|
|
|
|
@ -406,7 +406,7 @@
|
|
|
|
|
</button>
|
|
|
|
|
<span class="clipboard-success" ng-if="clipboardCopy === '_wordpress.conf'">Copied!</span>
|
|
|
|
|
<div class="code source">
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_wordpress.conf.html'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
<pre><code class="nginx" ng-include="'templates/conf/_wordpress.conf.html?v=COMMIT_HASH'" onload="refreshHighlighting()"></code></pre>
|
|
|
|
|
</div><div id="file-wordpress" class="code highlighted"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|