-
Published Question
http://prntscr.com/coliya -Chrome
http://prntscr.com/coljez -Opera
NGINX
server {
listen 0.0.0.0:80;
listen 0.0.0.0:443 ssl;
root /usr/share/nginx/html;
index index.html index.htm;
ssl on;
sslcertificate /etc/ssl/cert...
1
•
•
By
ninetailschris
Nginx
Sinatra
Ubuntu
-
Published Question
I want to change my Default ip address to be 0.0.0.0. How do I go about that?
2
•
•
By
ninetailschris
Nginx
Sinatra
Ruby
Ubuntu
-
Published Answer
Just to add Apache2 error log.
[Thu Sep 22 20:17:26.558619 2016] [proxy:error] [pid 25462:tid 140656588322560] (111)Connection ref…
•
By
ninetailschris
-
Published Question
On my https server ws works but not wss. What can I do to make wss work?
http://prntscr.com/cl95ul
My default.conf
Websocket Error:VM3141:35 WebSocket connection to 'wss://budokai-online.com/arena' failed: Error durin...
1
•
•
By
ninetailschris
Apache
Ubuntu
-
Published Question
http://prntscr.com/cjzyrl. My request scheme to the server is showing its http and not secure. The problem is that I'm using https and my url is showing that but its still not secure.
My config in apache. http://prn...
1
•
•
By
ninetailschris
Apache
Ruby
Sinatra
Ubuntu
-
Published Question
Getting Insecure URL for my pages when it comes to my file links. Like this http://prntscr.com/cj5piu , http://prntscr.com/cj5xdp. Is it how I setup my apache server? http://prntscr.com/cj5qaa . My default-ssl.conf h...
1
•
•
By
ninetailschris
Apache
Ruby
Linux Commands
Ubuntu
-
Published Question
I'm not able to connect with server with websockets. I believe it may be because of Apache.
http://prntscr.com/cii0gu This is my setup. Is there anything I need to install for websockets to work on my server?
1
•
•
By
ninetailschris
Apache
Ubuntu
-
Published Answer
Found the problem I didn’t grant the user privilege.
•
By
ninetailschris
-
Published Answer
Thank you this answered my question
•
By
ninetailschris
-
Published Question
http://prntscr.com/chxwnf
Getting an error of Unknown "MySQL server host 'hostname' (0) (DataObjects::SQLError)". Anyone have an answer to this problem? And if yes, what are the steps to go about fixing it.
2
•
•
By
ninetailschris
Apache
Ruby
Sinatra
MySQL
Ubuntu
-
Published Question
I've setup my virtual host http://prntscr.com/chb2jq . Thin from Sinatra is running. http://prntscr.com/chb2v5 . What am I missing to display my Sinatra pages. I'm getting no errors so it should be something small I a...
2
•
•
By
ninetailschris
Sinatra
Apache
Applications
Deployment
Ubuntu