Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-26, 22:54:38

Author Topic: [Tips] Cara Konfig "Microcache" pada Nginx dan Nginx+Proxy  (Read 16140 times)

0 Members and 1 Guest are viewing this topic.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #15 on: 2013-04-21, 17:23:20 »
Masalah anda terkait dengan judul thread ini ('microcache')?. Jika tidak buat saja thread baru supaya lebih terarah. Informasikan lebih lengkap masalah anda, termasuk hasil dari 'sh /script/sysinfo'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline rizko

  • Junior Member
  • *
  • Posts: 29
  • Karma: +0/-0
    • View Profile
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #16 on: 2013-04-21, 19:30:42 »
Ok terima kasih pak MR :) saya coba2 oprek dulu, nanti kalo masih gak bisa juga baru saya buka thread baru. Saya tulis di sini soalnya blog saya ini kok gak bisa OL di atas Nginxproxy Kloxo-MR sementara di atas Nginx murnia dia bisa online.

Terima Kasih
Kurnia Ramadhan
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #17 on: 2013-04-21, 20:31:06 »
hampir sama masalahnya :)
ntar ah saya jawab tunggu update nya :)
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline zenkul

  • Global Moderator
  • Master
  • *****
  • Posts: 383
  • Karma: +3/-0
    • View Profile
    • home & decor
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #18 on: 2013-08-16, 00:09:01 »
ini update dari viewtopic.php?f=5&t=19240

Quote from: "MRatWork"
If using nginx alone (not nginx-proxy), follow:

1. copy /home/nginx/conf/globals/php-fpm.conf to /home/nginx/conf/globals/custom.php-fpm.conf
2. modified inside custom.php-fpm.conf:
from:
Code: [Select]
...
    ### MR -- just enough remove # below for enable nginx cache
    #fastcgi_cache fcache;
    fastcgi_cache_valid 200 1h;
    fastcgi_cache_valid 301 1h;
    fastcgi_cache_valid 302 1h;
    fastcgi_cache_valid any 1m;
...
to:
Code: [Select]
...
    ### MR -- just enough remove # below for enable nginx cache
    fastcgi_cache fcache;
    #fastcgi_cache_valid 200 1h;
    #fastcgi_cache_valid 301 1h;
    #fastcgi_cache_valid 302 1h;
    #fastcgi_cache_valid any 1m;
    ## for microcache
    fastcgi_cache_valid 200 10s;
    fastcgi_cache_use_stale updating;
    fastcgi_max_temp_file_size 1M;
...
3. run 'sh /script/fixweb; sh /script/restart-web'.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
easy, secure and speed up web panel ===> Kloxo-MR

Offline zenkul

  • Global Moderator
  • Master
  • *****
  • Posts: 383
  • Karma: +3/-0
    • View Profile
    • home & decor
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #19 on: 2013-09-06, 10:18:10 »
Kompor-Kompor, untuk memanaskan ....
NGINX (micro) CACHE ..... wuzzzzzzzz
[attachment=0:1kavegpc]drupalyotta.jpg[/attachment:1kavegpc]
+APC + Memcache + drupal optimizer

# sorry Om Bowo, hanya bercanda, ... itu kesalahan penampakan dari http://whichloadsfaster.com/
kalau di klik 'langsung', punya Om yg unggul, .... ampun deh
« Last Edit: 1970-01-01, 01:00:00 by Guest »
easy, secure and speed up web panel ===> Kloxo-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #20 on: 2013-09-06, 13:47:57 »
Bowo.name itu pakai Kloxo official ya?. Kelihatan ada tulisan Kloxo hosting.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #21 on: 2013-09-06, 15:31:41 »
:hammer:
itu padeso gak bisa di akses :D
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #22 on: 2013-09-06, 15:37:21 »
Bisa kok diakses.

Coba saja diadu bowo.name dengan hostspectra.com
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline zenkul

  • Global Moderator
  • Master
  • *****
  • Posts: 383
  • Karma: +3/-0
    • View Profile
    • home & decor
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #23 on: 2013-09-06, 19:04:34 »
@ Om Prandah,  ... Salam Damai, pisss
« Last Edit: 1970-01-01, 01:00:00 by Guest »
easy, secure and speed up web panel ===> Kloxo-MR

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #24 on: 2013-09-06, 21:05:49 »
hahaha gpp kok santai ajah :D
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline zenkul

  • Global Moderator
  • Master
  • *****
  • Posts: 383
  • Karma: +3/-0
    • View Profile
    • home & decor
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #25 on: 2013-09-06, 21:16:59 »
hahaha thanks,
itu lho web favorit saya kok hilang dari peredaran,  karena saya juga berkepentingan maka disarankan ada lokasi khusus "nginx (micro) cache" yg full speed & high trepik  :D

kalau yg di atas hanya uji coba apakah benar apa kata orang bhw itu tidak sesuai untuk 'ecommerce' :arrow: sementara ini masih bisa di toleransi
« Last Edit: 1970-01-01, 01:00:00 by Guest »
easy, secure and speed up web panel ===> Kloxo-MR

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #26 on: 2013-09-06, 21:31:53 »
Ada yang aneh sejak saya coba windows 8.1 di pc saya. Download lelet amir tapi upload wus-wus.

Apa speedy ngaco lagi?.

Sorry, OOT.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline prandah

  • Senior Member
  • *
  • Posts: 344
  • Karma: +0/-0
    • View Profile
    • https://www.bowo.name
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #27 on: 2013-09-06, 21:38:20 »
sama deh kalo gitu
speedy 5mbps download gak sampe 512kbps
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Cara Manambahkan Script "Microcache" pada Nginx+Proxy
« Reply #28 on: 2013-09-06, 21:41:28 »
Tapi uloadnya mantap. Biasanya kalau upload rpm utk Kloxo-MR bisa 3-5 menit. Sekarang 1 menit tidak sampai. Syukur sedang banyak upload.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline GentZu

  • Senior Member
  • *
  • Posts: 323
  • Karma: +0/-0
  • Gender: Male
  • yare yare...
    • View Profile
Re: [Tips] Cara Konfig "Microcache" pada Nginx dan Nginx+Proxy
« Reply #29 on: 2017-01-31, 05:52:00 »
maaf saya sundul karena ternyata filenya sekarang beda, kalau untuk sekarang yang di edit yang mana ya?
Code: [Select]
php-fpm_standard.conf
php-fpm_standard_ssl.conf
php-fpm_wildcards.conf
php-fpm_wildcards_ssl.conf
proxy_standard.conf
proxy_standard_ssl.conf
proxy_wildcards.conf
proxy_wildcards_ssl.conf

bisa kasih penjelasan untuk masing2?

kalau kodenya di pindah ke /opt/configs/nginx/conf/globals/domain.com.conf gk masalah kan?
jadi bisa di atur domain mana aja yg mau makek microcache atau tidak, apakah bisa?

terus untuk menggunakan apc hanya perlu aktifkan modul saja? atau perlu config tambahan di script?

terimakasih
« Last Edit: 2017-01-31, 08:20:44 by GentZu »

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.031 seconds with 21 queries.

web stats analysis