typo fixes
parent
6d590c6e1c
commit
ba1c033fac
|
@ -1,6 +1,6 @@
|
||||||
[](https://nginxconfig.io)
|
[](https://nginxconfig.io)
|
||||||
|
|
||||||
Online nginx configuration generator.
|
# NGiИX configuration generator
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
### Site
|
### Site
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "nginxconfig.io",
|
"name": "nginxconfig.io",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homepage": "https://nginxconfig.io",
|
"homepage": "https://nginxconfig.io",
|
||||||
"description": "🎛️ nginx config generator generator on steroids.",
|
"description": "⚙️ NGINX config generator generator on steroids 💉",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/valentinxxx/nginxconfig.io.git"
|
"url": "git+https://github.com/valentinxxx/nginxconfig.io.git"
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
<link rel="stylesheet" href="assets/css/app.min.css?v=COMMIT_HASH">
|
<link rel="stylesheet" href="assets/css/app.min.css?v=COMMIT_HASH">
|
||||||
<link rel="icon" type="image/png" href="assets/img/favicon.png">
|
<link rel="icon" type="image/png" href="assets/img/favicon.png">
|
||||||
<title>nginxconfig.io</title>
|
<title>nginxconfig.io</title>
|
||||||
<meta name="description" content="Online nginx configuration generator">
|
<meta name="description" content="NGiИX configuration generator">
|
||||||
<meta name="keywords" content="nginx, config, configurator, /etc/nginx/nginx.conf, nginx performance, nginx tuning, nginx php, nginx, php fpm, wordpress, drupal, Let's Encrypt, custom certificate, cdn, access_log, error_log, Laravel, Lumen, Symfony, Zend, CodeIgniter, Yii, CakePHP, Slim, Angular, React, Vue.js, Ember.js, reverse proxy, Node.js">
|
<meta name="keywords" content="nginx, config, configurator, /etc/nginx/nginx.conf, nginx performance, nginx tuning, nginx php, nginx, php fpm, wordpress, drupal, Let's Encrypt, custom certificate, cdn, access_log, error_log, Laravel, Lumen, Symfony, Zend, CodeIgniter, Yii, CakePHP, Slim, Angular, React, Vue.js, Ember.js, reverse proxy, Node.js">
|
||||||
<meta property="og:title" content="nginxconfig.io">
|
<meta property="og:title" content="nginxconfig.io">
|
||||||
<meta property="og:description" content="Online nginx configuration generator: HTTPS, HTTP2, CDN, PHP (Laravel, Symfony, CodeIgniter…), Frontend (Angular, React, Vue.js…), Reverse proxy, Node.js, WordPress, Drupal, security headers, rate limiting, expiration by file types…">
|
<meta property="og:description" content="NGiИX configuration generator: HTTPS, HTTP2, CDN, PHP, HHVM, Frontend, Reverse proxy, Node.js, WordPress, Drupal, security headers, rate limiting, expiration by file types…">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:url" content="https://nginxconfig.io">
|
<meta property="og:url" content="https://nginxconfig.io">
|
||||||
<meta property="og:image" content="https://nginxconfig.io/assets/img/share.png">
|
<meta property="og:image" content="https://nginxconfig.io/assets/img/share.png">
|
||||||
|
|
Loading…
Reference in New Issue