From 341e1875c50dec01541e76689128a271118d2a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Mall=C4=B1?= Date: Mon, 4 Oct 2021 19:03:12 +0300 Subject: [PATCH] nginx: add Turkish translation (#6772) --- pages.tr/common/nginx.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.tr/common/nginx.md diff --git a/pages.tr/common/nginx.md b/pages.tr/common/nginx.md new file mode 100644 index 000000000..bf6d5f72d --- /dev/null +++ b/pages.tr/common/nginx.md @@ -0,0 +1,24 @@ +# nginx + +> Nginx web sunucusu. +> Daha fazla bilgi için: . + +- Varsayılan konfigürasyon dosyasıyla sunucuyu başlat: + +`nginx` + +- Özel bir konfigürasyon dosyasıyla sunucuyu başlat: + +`nginx -c {{konfigürasyon_dosyası}}` + +- Konfigürasyon dosyasındaki her göreceli dosya yolu için bir ön ek ile sunucuyu başlat: + +`nginx -c {{konfigürasyon_dosyası}} -p {{göreceli/dosya/yolu/ön/eki}}` + +- Çalışan sunucuyu etkilemeden konfigürasyon dosyasını test et: + +`nginx -t` + +- Aksamasız bir sinyal göndererek konfigürasyonu tekrar yükle: + +`nginx -s reload`