1774
results for "nginx"
-
[girrodocus]: I am brand new here so I don't know the background but I can drive nginx if you ever have questions
mgdm
at
2021-05-20 00:20
-
Re: previous discussion of Nginx: I found an online handbook that looks like a good starting point for my current (possibly abortive…) first taste of sysadmin. https://www.freecodecamp.org/news/the-nginx-handbook/
[girrodocus]
at
2021-05-20 00:17
-
...and honestly it was that realization that made me decide to bite t he bullet and get my https working and a proper functional relationship between my flask app and nginx
sparseMatrix
at
2021-05-17 22:15
-
the app is doing plain jane http -> uwsgi, uswgi -> nginx https
sparseMatrix
at
2021-05-17 21:38
-
instead of passing my requests through to wsgi, it's trying to read static files from the default nginx html folder.
sparseMatrix
at
2021-05-17 15:27
-
I gotta say, this setting up of the uwsgi/flask/nginx -- it's like an unholy trinity. That webapp I flipped up on to https was a node app and it took like ten minutes. I'm staring day 4 right in the face.
sparseMatrix
at
2021-05-17 15:22
-
I think the request isn't making it out of nginx, as there would be some logging anticipated on the uwsgi console
sparseMatrix
at
2021-05-17 00:09
-
the link in question is a flask app running through a socket/uwsgi to nginx
sparseMatrix
at
2021-05-17 00:07
-
I’m experimenting with a DigitalOcean droplet running Ubuntu, nginx, and node.js via pm2. So far I’ve enabled SSH, disabled password login, made a sudo user, and set ufw (firewall) to block all incoming except 80 (http) and 443 (https) and another port for SSH. Does anyone know of any beginner-friendly resources I could follow to ensure my server is secure? Right now I don’t know if it’s secure and also don’t know how I’d find o
[girrodocus]
at
2021-05-15 20:05
-
in this invocation: uwsgi --protocol=http -w wsgi --ini uwsgi.ini, typical of what we were attempting yesterday, we weren't actually getting http all the way down the wire to nginx. That in spite of the '--protocol=http'. Hence the premature termination of the connection reported in the nginx logs.
sparseMatrix
at
2021-05-15 14:37
Sort by:
Filter results by:
Tag
Query took 0.01s.
Search tips
- Exclusion
- +foo -bar
- Logical OR
- foo OR bar
- Exact phrase
- "foo bar"
- Partial words
- foo*
- Particular fields only
- title:foo
- domain:example.org
- nick:somebody
- after:2016-11-23
- before:2016-11-23
- date:2016-11-23