redirects not working http to https
Hello everyone, i hope to have some answers in case of the following: It looks like redirects from http to https are not working. sudo nginx -V nginx version: nginx/1.19.2 built by gcc 8.3.0 (Debian...
View ArticleRe: redirects not working http to https
the normal debian packege works fine and redirects with the same *-http.conf.
View ArticleStrange connections from nginx to the internet
Good morning, i've notice on my firewall some strange connections (denied) starting from an nginx based reverse proxy located in a dmz. Connections starts from the machine and point some random ips and...
View ArticleRe: Strange connections from nginx to the internet
gibo Wrote: ------------------------------------------------------- > Good morning, > > i've notice on my firewall some strange connections (denied) starting > from an nginx based reverse...
View ArticleRe: Strange connections from nginx to the internet
Sounds like a compromised system. https://debian-handbook.info/browse/stable/sect.dealing-with-compromised-machine.html
View ArticleRe: Strange connections from nginx to the internet
Yes it is. But the question is: can be compromised by an nginx exploit? It's the only service installed and without any site hosted directly. Only proxied sites.
View ArticleRe: Strange connections from nginx to the internet
Can be anything, least likely nginx itself but more a bad configuration or someone had access and simply changed stuff.
View ArticleRe: Strange connections from nginx to the internet
It's very abnormal. Only public ports are 80 and 443 and checked by an ngf. What bad configuration can set nginx to open connections to ips and ports starting from a request on port 80/443? There's...
View ArticleRe: Strange connections from nginx to the internet
Restore from last known good backup or rebuild, it's pointless guessing.
View ArticleRe: http to https not working.
jwest Wrote: ------------------------------------------------------- > This is working to me: I am using windows: > http { > rewrite_log on; > include mime.types; > default_type...
View ArticleNginx Open Source Edition Update not Working
I'm trying to update Nginx. This is my nginx.repo contents: [nginx-stable] name=nginx stable repo baseurl=https://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=1 enabled=0...
View ArticleIncomplete request URL passed to proxy, not sure what setting could be...
I've setup a proxy for Apache Guacamole in order to facilitate self hosted remote access to my computers. I've run into the issue whereas official NGINX setup from guacamole documentation has caused...
View ArticleRe: pread() error
Hi Wolfgang I am also getting same error, if I keep directio 512k; then getting that error if request file size greater than 512KB, could you help me how to get rid of that errors Thanks & Regards...
View ArticleCan home WiFi cameras be hacked?
Hi, I`ve been looking for a home camera for several months now, but so far unsuccessfully. Privacy is very important to me, but unfortunately I haven’t found a secure camera yet. I would be really...
View ArticleRe: Can home WiFi cameras be hacked?
Issue a fixed IP address to such device and block that IP address from going out to the internet. Then use ssh or vpn to access your router and from there on to access the device. This works for any...
View ArticleRe: Can home WiFi cameras be hacked?
Hi, I would highly recommend you to look for cameras that don't store the footage on the cloud, because they`re not as secure as cameras with built-in storage.
View ArticleRe: Can home WiFi cameras be hacked?
I've tested lots of home cameras over the last few years and the best so far is a cam called Homam. It's really secure, because only you can decrypt the data with your phone when your camera gets...
View ArticleJSON receiver
I have a client that wants to send a JSON string full of data to me, have me run a process on it, then send it back. I figured I'd set up a NGINX server and have the client use a GET or POST URL with...
View ArticleNGINX Config Question
How/where do I config nginx so that any and all domains pointed at the VPS ip address resolve to a single configured domain without adding them to the vhost file? Essentially I have several hundred...
View Article