Results for nginx
the auth workflow we currently are using sends a post request to a specified url (our vue application) after authentication is complete. Since it's a ...
I'm running Tomcat on port 8080 and I'm able to hit it at :8080. I've set-up nginx using step 9 in this guide so my /etc/nginx/sites-available/tomcat....
I already saw Restrict access by IP in docker nginx container, and Restricting access to a Docker container and similar questions. Here is the scenari...
I'd like to set autoindex_format value (html, xml, json) according to value of Accept HTTP header received in a request. I've tried to do that with ma...
I have the following docker-compose.yaml version: '3' services: webapp: image: example/webapp build: context: app restart: always...
On one of my Ubuntu computers, Vim has syntax highlighting for nginx config files while it does not on the other one. Looking at /usr/share/vim/vim80/...
How can I extract the data from the nginx.conf and default.conf files if the image does not run. I tried with volumes but it shows that the file is em...
I am trying to use FastAPI to deploy multiple copies of LLM inferencing on different machines. For load balancing and reverse proxy I decided to use N...
import { NODE_ENV } from 'common/constants'; export function getAllowedOrigins() { // https://github.com/expressjs/cors/issues/272#issuecomment-118...
I have a Nginx reverse proxy configured in front of a service. They are both Docker images, and I uploaded them as Azure Container Apps. I have the fo...
When sending a POST request, fpm-php chaotically returns either a normally processed PHP script will return either “111” or a response of 200 and the...
Whenever a link is clicked and navigation is fired, the browser does a full refresh instead of soft-navigation. However, this only happens when using ...
I have Next.js 13 (as frontend) and Nestjs (as API) both Dockerized and reverse proxied using nginx-proxy image, here is my docker-compose.yml: api: ...
I tried to create a Docker service like this: version: '3' services: app: image: php:8.2-fpm working_dir: "/var/www" volu...
I'm struggling to find an answer, is it possible de convert an Nginx map like below to Apache2 (2.4) equivalent ? server { [...] location ~* ^...
Since a while ago, I've been receiving the following error: nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Unknown error) nginx: [emerg] bind() to [:...
I'm trying to deploy a django website on a vps and it's now up and running(after a lot of trouble!), but now my media and static files are not shown i...
I started learning about Docker and setting up NGINX and PHP. I looked at some examples and saw the following example: https://github.com/aschmelyun/l...
I django server cannot load static files, however they are accessible directly through a URL. I have a django server that is served by gunicorn inside...
I have the following nginx configuration file server { listen 80 default_server; server_name _; return 301 https://dashboard-...
I'm deploying my first Node.js / React / MySQL app. I decided to deploy it on a VPS server from Hostinger (first time I'm using a VPS). I followed som...
I have nginx, certbot and spring boot applications all running as docker containers, configured in one docker-compose.yml. I use the following nginx.c...
To mock the API I have to create an endpoint on Nginx and the response time should match as I receive from the actual API. I tried to find help online...
After research for a few days, I assume this is the most valuable answer for now, and I was tried to find my way out from that idea, just forward tcp ...
My Yocto project version "3.1.15" I do find nginx under the follow directory meta-openembedded/meta-webserver/recipes-httpd/nginx ├── files │ ├── 00...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?