Search found 5 matches
- Wed Jul 15, 2015 10:07 am
- Forum: Debian/Ubuntu
- Topic: GZIP not being recognized by Word press
- Replies: 7
- Views: 69313
Re: GZIP not being recognized by Word press
/close thread
I've abandon this.
I've abandon this.
- Fri Jul 10, 2015 1:05 pm
- Forum: Debian/Ubuntu
- Topic: GZIP not being recognized by Word press
- Replies: 7
- Views: 69313
Re: Installing Worg
Mmm... If your server has mod_deflate enabled, add this to the top of either your root .htaccess file or your WordPress .htaccess file: <IfModule mod_deflate.c> AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/x-javascript BrowserMatch ^Mozilla/4 gzip-only-text/html ...
- Tue Jul 07, 2015 4:55 pm
- Forum: Debian/Ubuntu
- Topic: GZIP not being recognized by Word press
- Replies: 7
- Views: 69313
Re: Installing Worg
Now there is ngnix.conf in usr/local/nginx/conf/nginx.conf it's code pagespeed on; #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1024; } http { include mime.types; defaul...
- Tue Jul 07, 2015 4:33 pm
- Forum: Debian/Ubuntu
- Topic: GZIP not being recognized by Word press
- Replies: 7
- Views: 69313
Re: Installing Worg
Replace current the gzip_types (In nginx.conf) with this: text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml application/x-font-ttf font/opentype; restart nginx and try again Trying it now. I did have similar config...
- Mon Jul 06, 2015 6:14 pm
- Forum: Debian/Ubuntu
- Topic: GZIP not being recognized by Word press
- Replies: 7
- Views: 69313
GZIP not being recognized by Word press
Hello everyone, I Google a lot before trying ot start a new thread to address a problem. Yet I'm failing to fix this issue. I'm trying to install a Wordpress Theme but it keeps on complaining I don't have GZIP enabled even though I carried on which indicates it's up and running. I've tried enabling ...