-
Published Question
I am trying to find my private SSL key on the server is there a command to do this? So it will output the private key.
1
•
•
By
kyoukhana
Security
Ubuntu 16.04
-
Published Answer
Here is my current configuration without SSL
# FORGE CONFIG (DOT NOT REMOVE!)
include forge-conf/mydomain.cm/before/*;
...
•
By
kyoukhana
-
Published Answer
I don’t have .pem files. Is that good
here is the keys i have
ssl_certificate /etc/nginx/ssl/mysite.com/204933/server...
•
By
kyoukhana
-
Published Answer
Here is my server configuration.
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Releas…
•
By
kyoukhana
-
Published Question
I am not sure how to open port 443 on the server for SSL.
When I run sudo lsof -iTCP -sTCP:LISTEN -P
Here is what i get
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
memcached 1723 memcache 26u...
5
•
•
By
kyoukhana
Nginx
-
Published Question
I was wondering on the server how do I increase the amount of requests.
Accepted Answer:
@kyoukhana
Droplets aren't technically limited to a certain number of HTTP requests, so to speak. Your resources will dictate what your Droplet is capable of handling, so if you're running low on resources and what y...
1
•
•
By
kyoukhana
Nginx
Ubuntu 16.04
-
Published Answer
Just php 7.1 want installed. I am using Laravel Forge. But I solved the issue. The code was working just takes time for it to in…
•
By
kyoukhana
-
Published Answer
@jtittle @hansen Ok so here is something interesting this didn’t give me any errors. But I can still grab my images from another do…
•
By
kyoukhana
-
Published Answer
@jtittle @hansen So I changed the configuration like this. I got a error
Command
nginx -t
Error
nginx...
•
By
kyoukhana
-
Published Answer
Hi @hansen here is my entire configuration file. When I ran nginx -T i get the following error
[emerg] conflicting paramet...
•
By
kyoukhana
-
Published Answer
Thanks for the help so i got the following after running the command
nginx -T | awk 'FNR>=64 && FNR<=64'
nginx: ...
•
By
kyoukhana
-
Published Answer
Here is the full configuration when i run nginx -t i get the following error
[emerg] conflicting parameter "mydomain.com"...
•
By
kyoukhana
-
Published Answer
@hansen Here is what is on line 77
location ~ /\.ht {
deny all;
}
•
By
kyoukhana
-
Published Answer
i got the following error
2017/03/10 20:40:14 [emerg] 1742#1742: conflicting parameter “mydomain.com” in /etc/nginx/sites-enabl…
•
By
kyoukhana
-
Published Answer
I tried that. Didn’t work. Here is the configuration.
location ~ .(jpe?g|png|css|mp3)$ {
valid_referers none blocke...
•
By
kyoukhana
-
Published Question
I am trying to figure out how to enable hotlinking on my site in nginx but it doesn't seem to be working. Here is the code for my configuration. I don't want people direct access to .mp3 .jpg
Here is the code below...
12
•
•
By
kyoukhana
Nginx
Ubuntu 16.04