Search found 16 matches
- Wed Jun 08, 2016 12:00 pm
- Forum: Web Server
- Topic: nginx wordpress js with gzip?
- Replies: 20
- Views: 22206
Re: nginx wordpress js with gzip?
Also the website is using web template hosting and proxy template hosting
- Wed Jun 08, 2016 11:59 am
- Forum: Web Server
- Topic: nginx wordpress js with gzip?
- Replies: 20
- Views: 22206
Re: nginx wordpress js with gzip?
apologies the config doesnt have the duplicate gzip_types, I will add application/x-javascript , but that isn't in the mime types file so not sure it will do anything?
- Wed Jun 08, 2016 9:31 am
- Forum: General Discussion
- Topic: Error: proxy template php5-fpm not found
- Replies: 3
- Views: 6344
Re: Error: proxy template php5-fpm not found
I have the same problem on a fresh install on unbuntu 14.04.4 server. When selecting the proxy template "php5-fpm" and selecting save, I receive the error message: "Error: proxy template php5-fpm not found". php-fpm is running: ps aux | grep php-fpm root 1966 0.0 0.0 43376 4764 ? Ss 08:46 0:00 php-f...
- Wed Jun 08, 2016 8:00 am
- Forum: Web Server
- Topic: [SOLVED]PHP 7 and Ubuntu
- Replies: 8
- Views: 16777
Re: [SOLVED]PHP 7 and Ubuntu
for those who installed php7 and noticed that there websites arent compatable and want to go back to php5, I did the following to go back to php5:
apt-get install ppa-purge
add-apt-repository --remove ppa:ondrej/php
ppa-purge ppa:ondrej/php-7.0
apt-get purge php7.0-common
a2enmod php5
apt-get install ppa-purge
add-apt-repository --remove ppa:ondrej/php
ppa-purge ppa:ondrej/php-7.0
apt-get purge php7.0-common
a2enmod php5
- Wed Jun 08, 2016 7:03 am
- Forum: Web Server
- Topic: nginx wordpress js with gzip?
- Replies: 20
- Views: 22206
Re: nginx wordpress js with gzip?
gzip bit from : /etc/nginx/nginx.conf # Compression gzip on; gzip_comp_level 9; gzip_min_length 512; gzip_buffers 8 64k; gzip_types gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript application/vnd.ms-fontobject applic...
- Tue Jun 07, 2016 3:58 pm
- Forum: Web Server
- Topic: nginx wordpress js with gzip?
- Replies: 20
- Views: 22206
nginx wordpress js with gzip?
Hi, Can someone explain to my why if I use gzipwtf.com gtmetrix.com or the google web one, that it comes back saying that JS files are not gziped on my website? however if I run a curl command curl -H "Accept-Encoding: gzip" -I http://wordpress.highlands.ac.uk/wp-includes/js/wp-embed.min.js HTTP/1.1...