Skip to main content
0 votes
2 answers
41 views

I’m trying to measure the exact time spent in each stage of my API request flow — starting from the browser, through Nginx, into Django, then the database, and back out through Django and Nginx to the ...
Smruti Ranjan Sahu's user avatar
0 votes
0 answers
26 views

I would like to make nginx reload periodically. However, after many times of observation, I realized after second reload, nginx always got "Segmentation fault (core dumped)" and stopped ...
Hyfo36z's user avatar
  • 49
-3 votes
0 answers
55 views

Hi everyone I am trying to upload a application using Nginx, Gunicorn, Django application run fine in development environment but for production it does not serves static files. I tried hard but ...
Husrat's user avatar
  • 83
0 votes
0 answers
49 views

I am using the laravel-localization package to localize my Laravel app. It works perfectly normal on local enviroment (using php artisan serve) and on shared hosting with Apache. I've just deployed it ...
Matic's user avatar
  • 45
-1 votes
1 answer
32 views

I am using nginx as a proxy between a front end and an API. When the API returns a token, nginx sets it as a cookie. The cookie will either have an expiry of 30 minutes, or 14 days if the user ticked '...
anorakgirl's user avatar
0 votes
0 answers
34 views

I'm building a clearnet-to-Tor gateway where: Nginx on port 80 should proxy requests to a Tor hidden service Using Privoxy (port 8118) as HTTP-to-SOCKS bridge to Tor (port 9050) Direct Privoxy ...
vxrun's user avatar
  • 1
0 votes
1 answer
104 views

My questions are not clear on this post that's I'll just edit it since I can't delete it.
Bunz's user avatar
  • 1
0 votes
1 answer
46 views

i started to listening nginx, and when i press the button confirm and save, no one call or check my website, my nginx console is clear. But i past correct address. I spend to this whole day. Can ...
Жасын Умирзаков's user avatar
Best practices
0 votes
2 replies
45 views

I have a REST API server application that authenticates users exclusively via X.509 authentication implemented with Spring Security, using the Common Name (CN) from the client certificate directly as ...
Hailong Liu's user avatar
1 vote
0 answers
70 views

Let me start from middle. I have been play around for a long time with these three part: nginx which handles the path Fastapi server sqlAdmin The url https://example.com/gem/admin must be passed to ...
Ali Ebrahimi's user avatar
-5 votes
2 answers
96 views

I made this php router, that parses urls in the index.php and calls certain functions. However my when my frontend hits the api, the api block returns the html that the / is supposed to return, its ...
user20617578's user avatar
0 votes
0 answers
35 views

I have a Flask backend running inside Docker, and it streams AI responses using a generator. Locally it works perfectly, but after deploying with Nginx + Docker Compose, the streamed response gets cut ...
PrivateVoid's user avatar
-1 votes
1 answer
46 views

I am trying to set up a home lab with HTTPS using Nginx. I have made the self signed certs and for this demo I am using the local domain production.local. My docker compose file for homer is services: ...
JamesMcC's user avatar
0 votes
0 answers
51 views

Can someone help me out why nginx returns a 403 Unauthorized for .js files, but other files work: I have a file /etc/nginx/sites-available/my-server.nl: server { listen 80 proxy_protocol; ...
Yaris van Thiel's user avatar
0 votes
0 answers
42 views

I have a Django app hosted on Heroku. It runs via nginx & Gunicorn. Here is my Procfile: web: bin/start-nginx gunicorn --bind unix:/tmp/nginx.socket --pid /tmp/app-initialized config.wsgi ...
trubliphone's user avatar
  • 4,586

15 30 50 per page
1
2 3 4 5
3651