Re: nginx is considering only .html files with the name "index"
Hi Thank you for the Response ! I tried that way it either throws permission denied or Forbidden error. I have actually replicated same on my WSL ubuntu machine . I see all the permissions set on the...
View ArticleRe: nginx is considering only .html files with the name "index"
Whats in the log files?
View ArticleDeleted fragment files keep showing up in the error log of a new installation
I have a real strange one that I need help with. Here is the scenario: NGINX installed on linux mint (i know, not the best choice, but it will be demoted from server to workstation real soon). A NoIP...
View ArticleRe: Deleted fragment files keep showing up in the error log of a new...
To follow up, I just changed the DNS and that flow of old fragments or .m3u8 files or requests stopped. It didn't solve the problem. But, I realized that the secondary drive may have had the same user...
View ArticleSub Link are not working using nginx proxy
Hello Team, My requirement is when I open the url "https://nginx.cloudexpert.guru/" it should redirect to the "https://www.devopstechlab.com" That is working with my configuration. But once the link is...
View ArticleNginx country domain location to subdomain best practice for SEO
Hi, Im using nodejs and nginx for website domain.com (english europe) and different languages in subdomains (nl.domain.com, no.domain.com, de.domain.com, es.domain.com, it.domain.com, ... ). Also I...
View ArticleGet only default web site
I have been installing and playing with Nginx for several years and this is the first time that this happened to me. New installation of Ubuntu, installed PHP 8.0, Mysql and Nginx. Testing each part...
View Articlemodule Secure Link how to use?
Hello friends I'm wanting to use this module to secure my links to my videos in /usr/share/nginx/html folder I'm using Centos 7 . Could someone help me install and configure it to protect my videos...
View ArticleAppeal IRC mute
I have been muted on the libera irc #nginx and do not understand why. The appeals doc mentioned PMing the operator but the OP that was talking does not respond to the following PM "Hello, i seem to be...
View ArticleRe: Appeal IRC mute
Note: This quiet was discussed with this user. They acknowledged the aptness of the quiet, re-affirmed it's persistence, and quickly ended the conversation. ->...
View Articlepreserve url in browser with proxy_pass redirection is not working
Hi , I am having a custom domain ( say customdomain.com) and i want to redirect to another domain page ( say webapp.com/at/user). The destination domain has ssl enabled so that it will be redirected to...
View ArticleMapping nginx server to the DNS through a VPS IP address
Team: I have a situation where I am trying to map a subdomain to a locahost web application running on nginx server through an ip address owned through another vps provider. So far, I have set the...
View ArticleTrying to get nginx status from a remote machine
Hello everyone ; Could you help me to monitor my nginx server , i allowed server to get nginx status but i had message error "403 Forbidden" , The status work fine in localhost see my screenshot thanks.
View Articleallow phone ip address wordpresss admin access, deny any other ip address
I am running a lemp server which is working and running wordpress quite properly. As of now, I have my wordpress web login blacklisted by all IP addresses EXCEPT any IP on my lan with the following...
View ArticleRe: Mapping nginx server to the DNS through a VPS IP address
Your setup environment is rather vague, so I will give this a sort of noob shot. Just a guess here, but you may have to port forward on the vps that is serving the subdomain or possibly unblock some...
View ArticleRe: Reverse proxy
Try this at the very top without adding it to a location directive: server { allow 192.168.1.0/24; deny all; This "Should" block all external (non-local) traffic to your webserver, and only allow...
View ArticlePreserve only specific query string params
Dear nginx support, I am struggling how to setup nginx in order to preserve some specific group of query string params and at the same time to remove all the other present query params in origin url....
View ArticleRe: Preserve only specific query string params
Hello, I want to add more pieces of information regarding my problem. 1. I do not know the name of unwanted query param - it could be id=8 in one url and on the other url the name of unwanted query...
View Article