location / moved to example.com, index_php flag

This commit is contained in:
Szekeres Bálint
2018-01-08 00:02:48 +01:00
parent 6869c15733
commit 0c03745b7f
4 changed files with 20 additions and 10 deletions

View File

@@ -64,6 +64,12 @@
<span class="info">non-www</span>
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="index_html" ng-model="data.index_html">
<label class="form-check-label" for="index_html">
<span class="info">index.html</span>
</label>
</div>
</div>
</div>
<div class="card">
@@ -80,9 +86,9 @@
</select>
</div>
<div class="form-check" ng-if="data.php !== 'off'">
<input class="form-check-input" type="checkbox" id="index_html" ng-model="data.index_html">
<label class="form-check-label" for="index_html">
<span class="info">index.html</span>
<input class="form-check-input" type="checkbox" id="index_php" ng-model="data.index_php">
<label class="form-check-label" for="index_php">
<span class="info">index.php</span>
</label>
</div>
<div class="form-check" ng-if="data.php !== 'off'">