find subdomain location on server
Hello, I need some guidance with NGINX. I am coming from apache and CentOS. I am trying to help a friend with a new project they have been given, to support an existing wordpress site. The site was...
View ArticleHow do I set up nginx on Devuan?
Devuan is Debian with systemd. I have tried to follow instructions about installing nginx, which I have found online. But I cannot get it to work. It won't even start. It will not reload config files....
View ArticleURGENT please: Nginx does not do name resolution from a client workstation
I have a huge problem. I am a beginner and I do not understand. yet I am documenting myself. I want from a client pc to access the default website installed via the nginx service. This is thanks to my...
View Articlehow to make nginx hit multiple urls when a specific url is hit
Dear community, How to configure nginx such as when a specific url is hit on the server, multiple urls are hit by the server? This would be a trick for me to trigger multiple RESTful actions...
View Articlenginx will not load a php file
Nginx will load an html file but not a php file. php-fpm is installed, and running. # ps -ef | grep fpm root 1555 1 0 09:11 ? 00:00:00 php-fpm: master process (/etc/php/7.3/fpm/php-fpm.conf) www-data...
View ArticleRe: nginx will not load a php file
I got it. I had to add a fastcgi_params files, and reference that file in the fastcgi-php.conf file.
View ArticleRe: How do I set up nginx on Devuan?
I got it. I had to uncomment these lines in sites-endabled/default listen 80 default_server; listen [::]:80 default_server; Also had to edit fastcgi-php.conf, to reference fastcgi_params. And had to...
View ArticleNGINX using server_name twice for all requests, resuling in 404
Hello all, Completely new to both web servers and nginx in particular. I've been trying to host my static web page that I've built with hugo. I've tested it locally using hugo server and all the...
View Article[SOLVED] NGINX using server_name twice for all requests, resuling in 404
EDIT: This has now been resolved. This wasn't exactly an NGINX issue but rather an issue with my index.html. All the <a> tags were referencing href="anna.home/path_to.." and as I also had the...
View ArticleDoes "location" or "server" directives belong in nginx.conf file?
Using nginx-1.4.2 on Linux. Trying to get nginx to work on my local linux system for a moodle install. These are the official moodle docs for such an install. https://docs.moodle.org/39/en/Nginx...
View Articlenginx will not load javascript
I found this: Introduction to the NGINX JavaScript Module https://www.nginx.com/blog/introduction-nginscript/ Is that module needed now? I think there are people using nginx who do not use that module....
View ArticleNGINX HLS SL
Hey guys, I’ve configured a manual install of NGINX (1.18.0) with Ubuntu 18.04 droplet. I’ve followed this to install: https://docs.peer5.com/guides/setting-up-hls-live-streaming-server-using-nginx/...
View ArticleWordpress Multisite Woes - delivering wrong site and more
Yesterday I tried to convert one my Wordpress sites on my VPS to Multisite and I've hit a couple snags. 1. From the Network Administrator Dashboard in WP, I can see my original site and a second site I...
View ArticleUpStream Server - Session and Form based Authentication
Hi, I have upstream/backend webServer which exposes REST API using session based authentication where in for first request it authenticate using form based authentication ( i.e post request and...
View ArticleHow to merge .conf files
I'm new to Nginx. I read quite a bit but I can't find how to do what I want. I've done what seems logical to me, but nginx -t keeps saying too many statements. I want to merge 2 working nginx .conf...
View ArticleHow to configure Nginx to proxy websocket and enable SSL?
Hello everyone, I have configured my app to communicate via websocket (ws) protocol with app server. I want to host the app over https. However, I'm getting the following error: The page at...
View ArticleAllow someone to watch a livestream from the beginning if he tunes in late
Hello I am mostly trying to understand the basics of livestreaming using nginx. I need to create a livestreaming nginx server running on CentOS, where is someone tunes in to the live stream late, he...
View ArticleNGINX Reverse Proxy Issues
I'm trying to setup NGINX reverse proxy with a secure, standalone, NiFi server upstream. Based on a review of the NGINX and NiFi log files, along with other information, it looks like the reverse proxy...
View ArticleNGINX Reverse Proxy for RD Gateway stops working
Never like when you set something up and it's working and then suddently stops working. Only changes are traditional windows updates on my servers. My setup. I have two servers that need access to port...
View Article