Skip to content

Commit ca2e5dc

Browse files
committed
update
1 parent c13be57 commit ca2e5dc

16 files changed

+239
-50
lines changed

LICENSE.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/*
2+
* Copyright (C) 2002-2014 Igor Sysoev
3+
* Copyright (C) 2011-2014 Nginx, Inc.
4+
* All rights reserved.
5+
*
6+
* Redistribution and use in source and binary forms, with or without
7+
* modification, are permitted provided that the following conditions
8+
* are met:
9+
* 1. Redistributions of source code must retain the above copyright
10+
* notice, this list of conditions and the following disclaimer.
11+
* 2. Redistributions in binary form must reproduce the above copyright
12+
* notice, this list of conditions and the following disclaimer in the
13+
* documentation and/or other materials provided with the distribution.
14+
*
15+
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16+
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17+
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18+
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19+
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20+
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21+
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22+
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23+
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24+
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25+
* SUCH DAMAGE.
26+
*/

_config.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Site settings
22
title: Nginx Indonesia
3-
email: root@nginxid.com
3+
email: mail@nginxid.com
44
description: > # this means to ignore newlines until "baseurl:"
5-
Write an awesome description for your new site here. You can edit this
6-
line in _config.yml. It will appear in your document head meta (for
7-
Google search results) and in your feed.xml site description.
8-
baseurl: "" # the subpath of your site, e.g. /blog/
9-
url: "http://nginxid.com" # the base hostname & protocol for your site
5+
Nginx Indonesia adalah tempat untuk berkontribusi para pengguna Nginx yang ada di Indonesia. Sumber kode yang ada di Nginx Indonesia adalah Open Source
6+
baseurl: ""
7+
url: "http://nginxid.com"
108
twitter_username: NginxID
119
github_username: NginxID
1210

_includes/about_nginx.html

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<h2 class="page-heading" id="post">Quick About</h2>
2+
<article class="post-content">
3+
<h4 id="nginx---baca-engine-x">Nginx - (baca: engine x)</h4>
4+
5+
<p>adalah server <a href="http://id.wikipedia.org/wiki/HTTP">HTTP</a> dan <a href="http://id.wikipedia.org/wiki/Proxy">Proxy</a> dengan kode sumber terbuka yang bisa juga berfungsi sebagai proxy IMAP/POP3. Kode sumber nginx ditulis oleh seorang warga negara <a href="http://id.wikipedia.org/wiki/Rusia">Rusia</a> yang bernama <a href="http://sysoev.ru/en/">Igor Sysoev</a> pada tahun 2002 dan dirilis ke publik pada tahun 2004. Nginx terkenal karena stabil, memiliki tingkat performansi tinggi dan sedikit mengonsumsi sumber daya.
6+
Untuk waktu yang lama, telah berjalan pada banyak berat dimuat situs Rusia termasuk <a href="http://www.yandex.ru/">Yandex</a>, <a href="http://mail.ru/">Mail.Ru</a>, <a href="http://vk.com/">VK</a>, dan <a href="http://www.rambler.ru/">Rambler</a>. Menurut Netcraft, nginx dilayani atau proksi <a href="http://news.netcraft.com/archives/2014/11/19/november-2014-web-server-survey.html">20.41% situs tersibuk di November 2014</a>.</p>
7+
8+
<p>Beberapa situs terkenal yang menggunakan Nginx adalah <a href="https://www.netflix.com/">Netflix</a>, <a href="http://wordpress.org/">Wordpress</a>, <a href="https://www.fastmail.fm/">Fastmail</a>, <a href="https://code.ohloh.net/">Ohloh</a>, <a href="http://sourceforge.net/">Sourceforge</a>, <a href="https://github.com">Github</a>, dan lain-lain.</p>
9+
10+
<p>Sumber dan dokumentasi yang didistribusikan di bawah <a href="/LICENSE.md">2-clause BSD-like license</a>.</p>
11+
12+
<p>Dukungan komersial tersedia dari <a href="http://nginx.com/?_ga=1.100477017.632127369.1411524321">Nginx, Inc</a>.</p>
13+
14+
<a href="/about/nginx/">Selengkapnya...</a>
15+
</article>

_includes/footer.html

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22

33
<div class="wrapper">
44

5-
<h2 class="footer-heading">{{ site.title }}</h2>
6-
75
<div class="footer-col-wrapper">
86
<div class="footer-col footer-col-1">
97
<ul class="contact-list">
10-
<li>{{ site.title }}</li>
11-
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
8+
<li>e-mail: <a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
9+
<li>grup facebook: <a href="//fb.com/groups/nginx.banget.indonesia/" target="_blank">Join Now!</a></li>
10+
<li>subscribe: <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></li>
1211
</ul>
1312
</div>
1413

@@ -46,10 +45,12 @@ <h2 class="footer-heading">{{ site.title }}</h2>
4645
</div>
4746

4847
<div class="footer-col footer-col-3">
49-
<p class="text">{{ site.description }}</p>
48+
<p class="text">{{ site.description }}, view on <a href="https://github.com/NginxID/NginxID.github.io" target="_blank">GitHub</a></p>
5049
</div>
5150
</div>
5251

52+
<h3 class="footer-heading"><!-- {{ site.title }} -->&copy; 2014 Developer Nginx Indonesia.</h3>
53+
5354
</div>
5455

5556
</footer>

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88

99
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
1010
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
11+
<link rel="stylesheet" href="/css/nginxid.css">
1112
</head>

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="wrapper">
44

5-
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
5+
<a class="site-title" href="{{ site.baseurl }}/"><img style="width: 200px;" src="/nginx_id.jpg" alt="{{ site.title }}"></a>
66

77
<nav class="site-nav">
88
<a href="#" class="menu-icon">

_includes/news.html

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<h2 class="page-heading" id="post">Berita Nginx</h2>
2+
<table class="news">
3+
<tbody><tr><td class="date"><a name="2014-12-02"></a>2014-12-02</td><td><p><a href="en/download.html">nginx-1.7.8</a>
4+
mainline version has been released.
5+
</p></td></tr><tr><td class="date"><a name="2014-10-28"></a>2014-10-28</td><td><p><a href="en/download.html">nginx-1.7.7</a>
6+
mainline version has been released.
7+
</p></td></tr><tr><td class="date"><a name="2014-09-30"></a>2014-09-30</td><td><p><a href="en/download.html">nginx-1.7.6</a>
8+
mainline version has been released.
9+
</p></td></tr><tr><td class="date"><a name="2014-09-16"></a>2014-09-16</td><td><p><a href="en/download.html">nginx-1.6.2</a>
10+
stable and
11+
<a href="en/download.html">nginx-1.7.5</a>
12+
mainline versions have been released
13+
with a fix for the
14+
<a href="en/security_advisories.html">SSL session reuse vulnerability</a>
15+
discovered by Antoine Delignat-Lavaud
16+
(CVE-2014-3616).
17+
</p></td></tr><tr><td class="date"><a name="2014-08-05"></a>2014-08-05</td><td><p><a href="en/download.html">nginx-1.6.1</a>
18+
stable and
19+
<a href="en/download.html">nginx-1.7.4</a>
20+
mainline versions have been released,
21+
with a fix for the
22+
<a href="en/security_advisories.html">STARTTLS vulnerability</a>
23+
discovered by Chris Boulton
24+
(CVE-2014-3556).
25+
</p></td></tr><tr><td class="date"><a name="2014-07-08"></a>2014-07-08</td><td><p><a href="en/download.html">nginx-1.7.3</a>
26+
mainline version has been released.
27+
</p></td></tr><tr><td class="date"><a name="2014-06-17"></a>2014-06-17</td><td><p><a href="en/download.html">nginx-1.7.2</a>
28+
mainline version has been released.
29+
</p></td></tr><tr><td class="date"><a name="2014-05-27"></a>2014-05-27</td><td><p><a href="en/download.html">nginx-1.7.1</a>
30+
mainline version has been released.
31+
</p></td></tr><tr><td class="date"><a name="2014-04-24"></a>2014-04-24</td><td><p><a href="en/download.html">nginx-1.6.0</a>
32+
stable version has been released,
33+
incorporating many new features from the 1.5.x mainline branch -
34+
including various SSL improvements,
35+
<a href="en/docs/http/ngx_http_spdy_module.html">SPDY 3.1 support</a>,
36+
<a href="en/docs/http/ngx_http_proxy_module.html#proxy_cache_revalidate">
37+
cache revalidation with conditional requests</a>,
38+
<a href="en/docs/http/ngx_http_auth_request_module.html">auth request
39+
module</a>
40+
and more.
41+
</p><p><a href="en/download.html">nginx-1.7.0</a>
42+
mainline version has been released.
43+
</p></td></tr><tr><td class="date"><a name="2014-04-08"></a>2014-04-08</td><td><p><a href="en/download.html">nginx-1.5.13</a>
44+
mainline version has been released.
45+
</p></td></tr><tr><td class="date"><a name="2014-04-03"></a>2014-04-03</td><td><p>
46+
W3Techs reports that
47+
<a href="http://w3techs.com/technologies/cross/web_server/ranking">23%
48+
of the top 1 million and 30.3% of the top 100k sites on the web</a>
49+
(according to Alexa) use nginx.
50+
Almost double growth in less than
51+
<a href="2012.html#2012-08-22">two years</a>.
52+
</p></td></tr><tr><td class="date"><a name="2014-03-18"></a>2014-03-18</td><td><p><a href="en/download.html">nginx-1.4.7</a>
53+
stable and
54+
<a href="en/download.html">nginx-1.5.12</a>
55+
mainline versions have been released,
56+
with a fix for the
57+
<a href="en/security_advisories.html">SPDY heap buffer overflow</a>
58+
vulnerability
59+
discovered by
60+
Lucas Molas, researcher at Programa STIC,
61+
<a href="http://www.fundacionsadosky.org.ar/en/">Fundación Dr. Manuel
62+
Sadosky</a>, Buenos Aires, Argentina
63+
(CVE-2014-0133).
64+
</p></td></tr><tr><td class="date"><a name="2014-03-04"></a>2014-03-04</td><td><p><a href="en/download.html">nginx-1.4.6</a>
65+
stable version has been released.
66+
</p><p><a href="en/download.html">nginx-1.5.11</a>
67+
mainline version has been released,
68+
with a fix for the
69+
<a href="en/security_advisories.html">SPDY memory corruption</a>
70+
vulnerability in nginx 1.5.10
71+
discovered by
72+
Lucas Molas, researcher at Programa STIC,
73+
<a href="http://www.fundacionsadosky.org.ar/en/">Fundación Dr. Manuel
74+
Sadosky</a>, Buenos Aires, Argentina
75+
(CVE-2014-0088).
76+
</p></td></tr><tr><td class="date"><a name="2014-02-11"></a>2014-02-11</td><td><p><a href="en/download.html">nginx-1.4.5</a>
77+
stable version have been released.
78+
</p></td></tr><tr><td class="date"><a name="2014-02-04"></a>2014-02-04</td><td><p><a href="en/download.html">nginx-1.5.10</a>
79+
mainline version has been released,
80+
with SPDY 3.1 support in
81+
<a href="en/docs/http/ngx_http_spdy_module.html">SPDY module</a>.
82+
</p></td></tr><tr><td class="date"><a name="2014-01-22"></a>2014-01-22</td><td><p><a href="en/download.html">nginx-1.5.9</a>
83+
mainline version has been released.
84+
</p></td></tr>
85+
</tbody></table>

_sass/_base.scss

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ ul, ol, dl, figure,
4343
img {
4444
max-width: 100%;
4545
vertical-align: middle;
46+
47+
/*add*/
48+
margin-top: 10px;
49+
margin-bottom: 10px;
4650
}
4751

4852

@@ -154,8 +158,8 @@ pre {
154158
* Wrapper
155159
*/
156160
.wrapper {
157-
max-width: -webkit-calc(800px - (#{$spacing-unit} * 2));
158-
max-width: calc(800px - (#{$spacing-unit} * 2));
161+
max-width: -webkit-calc(1080px - (#{$spacing-unit} * 2));
162+
max-width: calc(1080px - (#{$spacing-unit} * 2));
159163
margin-right: auto;
160164
margin-left: auto;
161165
padding-right: $spacing-unit;

_sass/_layout.scss

+9-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* Site header
33
*/
44
.site-header {
5-
border-top: 5px solid $grey-color-dark;
5+
/*border-top: 5px solid $grey-color-dark;*/
66
border-bottom: 1px solid $grey-color-light;
77
min-height: 56px;
8+
background: black;
89

910
// Positioning context for the mobile navigation icon
1011
position: relative;
@@ -25,14 +26,16 @@
2526

2627
.site-nav {
2728
float: right;
28-
line-height: 56px;
29+
/*line-height: 56px;*/
30+
line-height: 80px;
2931

3032
.menu-icon {
3133
display: none;
3234
}
3335

3436
.page-link {
35-
color: $text-color;
37+
/*color: $text-color;*/
38+
color: #00B140;
3639
line-height: $base-line-height;
3740

3841
// Gaps between nav items, but not on the first one
@@ -99,6 +102,7 @@
99102
.footer-heading {
100103
font-size: 18px;
101104
margin-bottom: $spacing-unit / 2;
105+
text-align: center;
102106
}
103107

104108
.contact-list,
@@ -166,7 +170,7 @@
166170
}
167171

168172
.page-heading {
169-
font-size: 20px;
173+
font-size: 30px;
170174
}
171175

172176
.post-list {
@@ -185,7 +189,7 @@
185189

186190
.post-link {
187191
display: block;
188-
font-size: 24px;
192+
font-size: 20px;
189193
}
190194

191195

about-nginx.md

-20
This file was deleted.

about-nginxid.md

-8
This file was deleted.

about_nginx.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
layout: page
3+
title: About Nginx
4+
permalink: /about/nginx/
5+
---
6+
7+
### Nginx - (baca: engine x)
8+
9+
adalah server [HTTP](http://id.wikipedia.org/wiki/HTTP) dan [Proxy](http://id.wikipedia.org/wiki/Proxy) dengan kode sumber terbuka yang bisa juga berfungsi sebagai proxy IMAP/POP3. Kode sumber nginx ditulis oleh seorang warga negara [Rusia](http://id.wikipedia.org/wiki/Rusia) yang bernama [Igor Sysoev](http://sysoev.ru/en/) pada tahun 2002 dan dirilis ke publik pada tahun 2004. Nginx terkenal karena stabil, memiliki tingkat performansi tinggi dan sedikit mengonsumsi sumber daya.
10+
Untuk waktu yang lama, telah berjalan pada banyak berat dimuat situs Rusia termasuk [Yandex](http://www.yandex.ru/), [Mail.Ru](http://mail.ru/), [VK](http://vk.com/), dan [Rambler](http://www.rambler.ru/). Menurut Netcraft, nginx dilayani atau proksi [20.41% situs tersibuk di November 2014](http://news.netcraft.com/archives/2014/11/19/november-2014-web-server-survey.html).
11+
12+
Beberapa situs terkenal yang menggunakan Nginx adalah [Netflix](https://www.netflix.com/), [Wordpress](http://wordpress.org/), [Fastmail](https://www.fastmail.fm/), [Ohloh](https://code.ohloh.net/), [Sourceforge](http://sourceforge.net/), [Github](https://github.com), dan lain-lain.
13+
14+
Sumber dan dokumentasi yang didistribusikan di bawah [2-clause BSD-like license](/LICENSE.md).
15+
16+
Dukungan komersial tersedia dari [Nginx, Inc](http://nginx.com/?_ga=1.100477017.632127369.1411524321).
17+
18+
#### Fitur server HTTP dasar
19+
* Melayani statis dan indeks file, autoindexing , buka file descriptor Cache;
20+
* Accelerated proxy terbalik dengan caching , load balancing sederhana dan toleransi kesalahan;
21+
* Dukungan dipercepat dengan caching FastCGI , uwsgi , SCGI , dan memcached server, load balancing sederhana dan toleransi kesalahan;
22+
* Arsitektur modular. Filter termasuk gzipping , rentang byte, chunked tanggapan, XSLT , SSI , dan transformasi image filter. Beberapa inklusi SSI dalam satu halaman dapat diproses secara paralel jika mereka ditangani oleh server proxy atau FastCGI / uwsgi / SCGI;
23+
* SSL dan dukungan TLS SNI .
24+
25+
#### Fitur server HTTP lainnya
26+
* Nama-based dan berbasis IP server virtual;
27+
* Jaga-hidup dan pipelined koneksi dukungan;
28+
* Konfigurasi yang fleksibel;
29+
* Rekonfigurasi dan upgrade dieksekusi tanpa gangguan dari melayani klien;
30+
* Format akses log , buffered menulis log , rotasi log cepat , dan penebangan syslog;
31+
* 3xx-5xx kode kesalahan pengalihan;
32+
* Modul rewrite: URI berubah menggunakan ekspresi reguler;
33+
* Pelaksana fungsi yang berbeda tergantung pada alamat klien;
34+
* Pengendalian akses berdasarkan alamat IP client , dengan password (HTTP Basic otentikasi) dan oleh hasil subrequest;
35+
* Validasi HTTP referal;
36+
* The PUT, DELETE, MKCOL, COPY, dan MOVE metode;
37+
* FLV dan MP4 Streaming;
38+
* Tingkat respons membatasi;
39+
* Membatasi jumlah simultan koneksi atau permintaan yang datang dari satu alamat;
40+
* Tertanam Perl .
41+
42+
#### Mail fitur server proxy
43+
* Pengalihan pengguna untuk IMAP atau POP3 server menggunakan HTTP eksternal otentikasi Server;
44+
* Otentikasi pengguna menggunakan HTTP eksternal otentikasi server dan koneksi pengalihan ke internal SMTP server yang;
45+
* Metode otentikasi:
46+
- POP3 : PENGGUNA / LULUS, APOP, AUTH LOGIN / PLAIN / CRAM-MD5;
47+
- IMAP : LOGIN, AUTH LOGIN / PLAIN / CRAM-MD5;
48+
- SMTP : AUTH LOGIN / PLAIN / CRAM-MD5;
49+
* SSL dukungan;
50+
* STARTTLS dan STLS dukungan.
51+
52+
#### Arsitektur dan skalabilitas
53+
* Satu master dan beberapa proses pekerja; proses pekerja berjalan di bawah user biasa;
54+
* Dukungan untuk kqueue (FreeBSD 4.1+), epoll (Linux 2.6+), sinyal rt (Linux 2.2.19+), / dev / polling (Solaris 7 11/99 +), acara port (Solaris 10), pilih, dan jajak pendapat;
55+
* Dukungan dari berbagai fitur kqueue termasuk EV_CLEAR, EV_DISABLE (untuk menonaktifkan sementara peristiwa), NOTE_LOWAT, EV_EOF, jumlah data yang tersedia, kode kesalahan;
56+
* sendfile (FreeBSD 3.1 +, Linux 2.2 +, Mac OS X 10,5 +), sendfile64 (Linux 2.4.21+), dan sendfilev (Solaris 8 1/7 +) dukungan;
57+
* File AIO (FreeBSD 4.3+, Linux 2.6.22+);
58+
* DIRECTIO (FreeBSD 4.4+, Linux 2.4+, Solaris 2.6+, Mac OS X);
59+
* Terima-filter (FreeBSD 4.1+, NetBSD 5.0+) dan TCP_DEFER_ACCEPT (Linux 2.4+) dukungan;
60+
* 10.000 HTTP aktif tetap-hidup koneksi memakan waktu sekitar 2,5 juta memori;
61+
* Data menyalin operasi disimpan ke minimum.
62+
63+
#### Diuji OS dan platform
64+
* FreeBSD 3 - 10 / i386; FreeBSD 5 - 10 / amd64;
65+
* Linux 2,2-3 / i386; Linux 2,6-3 / amd64; Linux 3 / armv6l, armv7l, aarch64;
66+
* Solaris 9 / i386, sun4u; Solaris 10 / i386, amd64, sun4v;
67+
* AIX 7.1 / powerpc;
68+
* HP-UX 11.31 / ia64;
69+
* Mac OS X / ppc, i386;
70+
* Windows XP, Windows Server 2003.

css/nginxid.css

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
table.news .date {
2+
text-align: right;
3+
padding-right: 0.5em;
4+
white-space: nowrap;
5+
}
6+
table.news td {
7+
vertical-align: baseline;
8+
}
9+
table.news p {
10+
margin-top: 0;
11+
}

favicon.ico

198 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)