-
Published Answer
if I download the file and compress it it compresses fine with nginx
here is my config
gzip on;
gzip_di...
•
By
affix
-
Published Answer
This may be of use
https://www.digitalocean.com/community/questions/create-email-account-for-my-website
Alternatively you c…
•
By
affix
-
Published Answer
Put quite simply your root directory doesn’t exist (or there are permissions errors (more likely))
chcon -Rv –type=httpdsysco…
•
By
affix
-
Published Answer
Thats exactly what I mean. You should have Compression enabled then (if the browser supports it)
•
By
affix
-
Published Answer
I just mean check that conf.d and sub folders are on the same line as an Include statement that should enable gzip compression for …
•
By
affix
-
Published Answer
If you installed phpmyadmin using apt-get then your mySQL Server should be installed with the user root and no password.
If you …
•
By
affix
-
Published Answer
@ryanpq it could be worth noting PayPal can be used for Bank Transfer and the clearing period of 3-5 Working Days may affect your p…
•
By
affix
-
Published Answer
As long as you are not spamming then you should be able to.
For gmail addresses you will need to add an SPF Record to your domai…
•
By
affix
-
Published Answer
yes you will need to create subdomains from your Godaddy Control Panel (Unless you setup a Nameserver using bind).
If you need h…
•
By
affix
-
Published Answer
Say you have a subdomain
webs.yoursite.com => /var/www/html/webs/
on this subdomain there are multiple wordpress sites
web…
•
By
affix
-
Published Answer
create different server {} blocks just change the server_name to match the domain you wish to choose. set the root to /var/www/html…
•
By
affix
-
Published Answer
First make sure you have this line in httpd.conf
LoadModule deflate_module modules/mod_deflate.so
Create a new file…
•
By
affix