icecool
Beginner 2.0
yg jadi ganjalan dalam hati saya dan membuat hati saya galau+ alay adalah soal gimana nambahin config di configurasi nginx nya tuan,,ini sebenarnya yg ngeganjel di hati eikeh tuan...apa kalo nggak ditambahin nggak ngaruh ya tuan? kalau tidak ngaruh banget ya sudah tdk saya tambahkan dan saya bisa tidur nyenyak tuan.minify css atau js gak perlu pake W3 Total Cache, karena klo menurut saya pribadi cuma berat resource aja
klo ngejar gtmetrix atau google page speed. ya optimasi di sisi content/script website
Tapi apabila saya melihat dan meraba-raba dari kedua artikel ini (2 link yg saya sebutin di trit saya), mereka berdua ngasih panduan harus nambahin config di nginx nya tuan, makanya saya galau juga

Sorry saya copas disini deh kali aja pada males visit linknya :
When you click save, W3 Total Cache may prompt you to add the configurations to the nginx.conf file in the root directory, then it and add the saved settings.
Now that your settings is saved and the nginx.conf file in the root directory and edited, go and apply these settings to Nginx. To do that, open your nginx’s default site configuration file usually in /etc/nginx/conf.d/default
The add the line below into the server block and save it.
include /var/www/html/nginx.conf;
To protect the nginx.conf file, add these lines in the server block as well.
location = /nginx.conf { deny all; }
Jadi bagaimana ya tuan enaknya

Save your settings and you’re done.
Enjoy!
------------------------------------------------------------------------------------------------------ dan ini juga :
When you setup W3 Total Cache (W3TC) on a WordPress site running on NGINX, you should be aware of the NGINX configuration file generated by W3TC. This may seem obvious, but forgetting about it is a mistake that I have made.
Properly implementing W3 Total Cache’s NGINX configuration in the NGINX configuration for your vhost is quite simple. While W3TC does allow you to specify the path on your server that its NGINX configuration file should be written to (under “General > Miscellaneous”), I prefer to leave it in the default location (the root directory of your WordPress install) and update the NGINX configuration for my vhost.
Proper implementation of W3TC’s NGINX configuration file consists of two steps: