There is no way to save the settings for nginx and it’s not working
]]>How can I know if my configuration in my Nginx server is ok for your plugin?
]]>I create a stagging site, like 100% live site: https://st.growth.vn
When I try your plugin on stagging site, every thing work fine
But when I install to live site: https://growth.vn, my site eror css
I don’t know why
Please help.
I love your plugin, it’s better all plugin hide wp
But not luck for me with live site
Website: https://wahwahyar.com/hindi
# BEGIN W3TC Minify cache
location ~ /hindi/wp-content/cache/minify/.*js_gzip$ {
gzip off;
types {}
default_type application/x-javascript;
add_header Content-Encoding gzip;
expires 31536000s;
etag on;
if_modified_since exact;
add_header Pragma "public";
add_header Cache-Control "public";
add_header X-Powered-By "W3 Total Cache/0.13.2";
add_header Referrer-Policy "no-referrer-when-downgrade";
add_header Vary "Accept-Encoding";
}
location ~ /hindi/wp-content/cache/minify/.*css_gzip$ {
gzip off;
types {}
default_type text/css;
add_header Content-Encoding gzip;
expires 31536000s;
etag on;
if_modified_since exact;
add_header Pragma "public";
add_header Cache-Control "public";
add_header X-Powered-By "W3 Total Cache/0.13.2";
add_header Referrer-Policy "no-referrer-when-downgrade";
add_header Vary "Accept-Encoding";
}
Helps you. About my server:
– Nginx
– WordPress Multisite
– Php 7.2
– Cloudflare Full Site Delivery (Cache everything)
Thank you. Let me know your feedback.
Best regards.
I have confirmed that yes, my site is using the NGINX server.
Could you please clarify for me, as I’m not a developer –
1. is the entire text – which includes explanatory notes – on that special grey background to be inserted, or only a portion of it?
2. Where exactly do I need to insert it?
thanks
]]>How to deactivate AIOSAF-Plugn to be able to Login to admin panel?
We host our WordPress Site https://music2biz.com/ with Raidboxes https://dashboard.raidboxes.de.
Raidboxes is using NGINX Server so no .htaccess file available to overwrite.
What is your advice?
]]>