-
I created a website which uses a nuxtjs frontend and a strapi backend. After deployment to a VPS, I cannot get the strapi routing to work. I read multiple posts about this on the internet and followed ......
-
I have a odoo 11 installation behind a Nginx proxy. Its been working for a while but now when you access it, its showing index of / instead of Odoo login page (see screenshot).Here is my Nginx ......
-
I am running browser-sync behind a reverse nginx proxy and I am able to retrieve files and assets through it, but the snippet and the UI scripts URL's dont contain my URL proxy base path and I cant ......
-
im setting up a proxy on a java ee webapp deployed on a glassfish server and want it to be accessible by a subdomain on Nginx but, still have resources not served and while clicking on any <h:......
-
I'm trying to run the following command in order to set up a web server on my Raspberry Pi 3 running Raspbian.sudo apt-get install nginx php7.0-fpm php7.0-curl php7.0-xml php7.0-json php7.0-zip php7.......
-
Hello to the stackoverflow communityi have a problem running nginx with static filessome files work and some are not working and im lost for be honest :)here is my nginx vhostserver { listen ......
-
We trying to set up alerting by parsing nginx error, and we need only messages with [error] level. ([error] 27720#27720: *29765923 access forbidden by rule, client: blalbablab). Main goal is to not ......
-
When I try it in localhost, it works normally, the response header includes Set-Cookie, and the browser also sets the cookieBut when I try the following settings via httpsFront-end domain name: ......
-
I've implemented the solution proposed in Display the contents of a log file as it is updated.This solution works when I run the my Flask application on localhost:8080. Meaning, when I run waitress-......
-
I have a website served via AWS CloudFront. I've been getting a ton of entries in my nginx logs that look something like this:nginx_1 | 103.241.51.144 - - [09/Aug/2020:16:03:08 +0000] "......
-
I have a requirement to do a proxy call to url delivered via a query parameter as per example:My nginx proxy is deployed at: https://myproxy.netif the redirect parameter is not url encoded I can do ......
-
Very new to Nginx, as in just setup this morning. I am using Nginx to connect to an external\public URL via proxy_pass. The proxied site requires I provide a static IP but Nginx just seems to pass the ......
-
I want to redirect all requests starting with "mydomain/_dash" to "mydomain:8050/_dash" so that "mydomain/_dash-component-suites/" redirects to "mydomain:8050/_dash-......
-
My nginx server blockserver {listen 80;root /var/www/html/blog;index index.php index.html index.htm;server running wordpress. I want to limit PHP to access /var/www/html/blog only. Request ......
-
We are trying to use split client module of Nginx for some A/B testing and have found documentation at couple of placeshttp://nginx.org/en/docs/http/ngx_http_split_clients_module.htmlhttps://www.......