Relative Content

Tag Archive for nginx

is it possible to use nginx proxy_pass for google spreadsheets?

I want to hide the google spreadsheets target link using proxy_pass, and only allow access to my domain from specific IPs.
I would also like to hide the full link path for example instead of https://mydomain/spreadsheets/d/1Uv4qm0kps******XkXnTJMLNeqJmgM/edit?usp=sharing

Restrict top level folder access and allow subfolders only

I am using nginx as a file explorer for my folder called logs. This logs folder has many folders like folder1, folder2, folder3 etc. and these folders have many sub folders. I want to setup a rule in nginx where I want to restrict access to all main folders i.e. folder1, folder2 and folder3. But at the same time users should be able to access all subfolders under folder1, folder2 and folder3.

Nginx not restarting

I am getting this error when I use this command systemctl status nginx.service

Trying to set custom 404 error page on nginx

I want to use my costume error page for returning 404 errors so I’ve tried every instruction on the internet for that but none of them worked I wonder if Nginx’s latest versions still support this and if so how can I configure that?
Please help me