-
Published Question
We want to develop a new CMS that fits our very specific and actual needs, so no WP, or any other existing CMS has to be used, while I have a general picture of what I want to develop to fulfill this objective I want ...
1
•
•
By
I3litz
Development
API
JavaScript
-
Published Answer
Try Nginx Amplify, free for a few instances, but very good.
•
By
I3litz
-
Published Answer
As DO mentioned, try an external service, you can use Mailgun for it, it works nicely
•
By
I3litz
-
Published Answer
You can try setting up a proxy on Nginx and log access to it, pretty easy and there are many tutorials around.
•
By
I3litz
-
Published Answer
Does your WP return this header?
Cache-Control: no-store, no-cache, must-revalidate,…
If so maybe your varnish does little t…
•
By
I3litz
-
Published Question
Hello, I need to set some headers to all urls with certain scheme ie:
http://domain.com/teenager-kills-abusive-stepfather/66585/
so i can read it something like this http://domain.com/*/*/
i have an if (I know if is ...
3
•
•
By
I3litz
Nginx
-
Published Answer
I would recommend to use a service like mandrillapp or mailgun to take care of your emails, that would be a quicker and better solu…
•
By
I3litz
-
Published Answer
Yes, but you need to use the API to create new instances, I recommend you to use varnish if all you need is to handle more traffic,…
•
By
I3litz
-
Published Answer
You need to set an Origin allow rule in the headers of your application. in the file file5.php you can add this
header(“Access-…
•
By
I3litz
-
Published Answer
Mandrillapp.com and mailgun.com are great
•
By
I3litz
-
Published Answer
You should not run MEAN directly over port 80, use Nginx as a proxy for it, is more secure and reliable.
•
By
I3litz
-
Published Answer
You can’t avoid that unless you disable SSH from public network, so you can use a VPN, or just rely on Failban and live with it.
•
By
I3litz
-
Published Answer
When you say you did a ping, you mean you spin a new droplet on each region and then ping from your PC?
Best way to find out is …
•
By
I3litz
-
Published Answer
To change configuration and check logs of your server the best choice is root access, yet you need to really trust your dev. Once e…
•
By
I3litz
-
Published Answer
As Woet says, use SFTP yet you need to upload with the intended user for such website, not with root or any other user.
You nee…
•
By
I3litz
-
Published Answer
Yes you can, but is not apache who handles traffic filtering, you need a firewall or something like iptables.
here is the list o…
•
By
I3litz
-
Published Answer
I believe nothing has changed yet, but if you spec high traffic and bandwidth consumption maybe you should consider other providers…
•
By
I3litz
-
Published Answer
Use this tool to create a reliable config file, be honest with the answers to get better results, if you don’t know, research each …
•
By
I3litz
-
Published Answer
In DO console/control panel go to your droplet, and then settings, if your droplet has IPv6 you will see a main IPv6 address below …
•
By
I3litz
-
Published Answer
install vnstat, there are plenty tutorial online.
then run vnstat -m for month stats, -d for daily, –help for more.
•
By
I3litz