|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<link rel="icon" type="image/png" href="https://cdn.nginxconfig.io/assets/img/favicon.png">
|
|
|
|
|
<title>nginxconfig.io</title>
|
|
|
|
|
<meta name="description" content="nginx config generator">
|
|
|
|
|
<meta name="keywords" content="nginx, config, configurator, /etc/nginx/nginx.conf, nginx performance, nginx tuning, nginx php, nginx, php fpm, wordpress, cdn, access_log, error_log, Laravel, Lumen, Symfony, Zend, CodeIgniter, Yii, Phalcon, CakePHP, Slim, Angular, React, Vue.js, Ember.js">
|
|
|
|
|
<meta name="keywords" content="nginx, config, configurator, /etc/nginx/nginx.conf, nginx performance, nginx tuning, nginx php, nginx, php fpm, wordpress, cdn, access_log, error_log, Laravel, Lumen, Symfony, Zend, CodeIgniter, Yii, CakePHP, Slim, Angular, React, Vue.js, Ember.js">
|
|
|
|
|
</head>
|
|
|
|
|
<body ng-app="NginxConfigIoApp" ng-controller="NginxConfigIoController">
|
|
|
|
|
<header>
|
|
|
|
@ -106,7 +106,7 @@
|
|
|
|
|
<div class="form-check" ng-if="data.php !== 'off'">
|
|
|
|
|
<input class="form-check-input" type="checkbox" id="index_php" ng-model="data.index_php">
|
|
|
|
|
<label class="form-check-label" for="index_php">
|
|
|
|
|
<span tooltips tooltip-template="pass requests to index.php<br><br><i>Laravel, Lumen, Symfony, Zend, CodeIgniter, Yii, Phalcon, CakePHP, Slim...</i>">index.php</span>
|
|
|
|
|
<span tooltips tooltip-template="pass requests to index.php<br><br><i>Laravel, Lumen, Symfony, Zend, CodeIgniter, Yii, CakePHP, Slim...</i>">index.php</span>
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="form-check" ng-if="data.php !== 'off'">
|
|
|
|
|