-
Published Answer
We are not generating these. I believe they are coming from Bing (though I’m not positive, SEO guy will be in later this am). Our…
•
By
paul.stocks
-
Published Answer
@aha I currently have the redirect for a trailing ’/’.
What I need is to be able to remove it AND ’additional characters’. I …
•
By
paul.stocks
-
Published Question
I have
http://mydomain.com/page/#!
and I want to rewrite to
http://mydomain.com/page
3
•
•
By
paul.stocks
Nginx
-
Published Answer
figured it out ..... leave off the folder
root /opt
•
By
paul.stocks
-
Published Question
I wish to add a simple folder off the root of my domain called resume.
my root looks like this
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header HOST $http_host;
proxy_set...
1
•
•
By
paul.stocks
-
Published Question
I have an old snap shot that has configuration files I would like to look at.
I do NOT want to destroy or mess with the droplet that the snapshot was made from.
My working site.
How do I make a droplet from this snaps...
1
•
•
By
paul.stocks
-
Published Question
Snap shots in the past have taken an average of 2 minutes 10 seconds.
I took another snap shot.......
After waiting many times that long I assumed the whole process was hung.
So my droplet and websites have now been d...
1
•
•
By
paul.stocks
-
Published Question
Can I add my domain name to the droplets /etc/hosts file?
127.0.0.1 mydomain.com
so I can ssh into it with the domain name instead of using the ip:
-> ssh root@mydomain.com
2
•
•
By
paul.stocks
-
Published Answer
Yikes its working now!! … so there must have been a few minutes delay between adding the A record…
Thanks for your help
•
By
paul.stocks
-
Published Answer
I transfered my domain. that’s working.
Added an A record so my domain has two A records
@ and
sub1 both pointing to the ip …
•
By
paul.stocks
-
Published Question
Before I transfer a domain I would like to know I have the config files setup correctly.
I don't seem to be able to use
server_name sub1.192.241.223.202
in
server {
listen 0.0.0.0:80;
server_name sub1.192.241...
3
•
•
By
paul.stocks
-
Published Answer
Oh happy days!
We are up with app1! … other than a couple of bootstrap fronts out of the bower component failing to pick up the …
•
By
paul.stocks
-
Published Answer
sorry .... I’ve added morgan (I’m on Express 4) I only seem to get a
Get / 304 with
http://192.241.223.202/app1/
and then the …
•
By
paul.stocks
-
Published Answer
root@test:/etc/nginx/sites-enabled# tail /var/log/nginx/ddApp.log
82.166.118.134 - - [21/Jul/2014:15:31:07 -0400] “GET /socket.io/…
•
By
paul.stocks
-
Published Answer
server {
listen 0.0.0.0:80;
server_name 192.241.223.202;
access_log /var/log/nginx/ddApp.log;
locat...
•
By
paul.stocks
-
Published Question
I followed the tutorial here with node and NGINX.
They work great.
But, they all are running the node application from the root of the domain.
I have a number of small node apps and I want to be able to run them like:...
6
•
•
By
paul.stocks
-
Published Question
a df -h before and after the removal of a snapshot shows no change?
32 bit Ubuntu mean-stack.
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 20G 3.1G 16G 17% /
none 4.0K 0 4.0K ...
2
•
•
By
paul.stocks
-
Published Question
When I ssh into my droplet. Ubuntu tell me I have
66 packages can be updated.
31 updates are security updates.
This is a new Droplet (and I'm new to Ubuntu) ... is there a how to or best practices for this? I'm most...
2
•
•
By
paul.stocks