I am using Nginx server and with that, I am using an angular application. The application is running fine but in the console, I got the following error Error with Permissions-Policy header: Parse of permissions policy failed because of errors reported by structured header parser To solve this error I added following code in my …
Category Archives: Nginx
How to remove www from URL with nginx server
wordpress.com itself using nginx server for hosting these sites and blogs. Many people want to remove www from URL with nginx server. code for remove www
How to install Nginx and PHP on Ubuntu
For this tutorial I am using the Ubuntu 8.10 linux version.We given very easy steps for install Nginx and PHP on Ubuntu and configuration with detailed info
nginx wordpress plugins nginx setup for wordpress
We given code for nginx wordpress plugins nginx setup for wordpress configuration. For hosting your wordpress website on Nginx server is the best option.
Solved trailing slash issue with Nginx server
I added following block in my nginx.conf file. You should add following lines in your server { } block. we Solved trailing slash issue with Nginx. use code
Image upload issue in wordpress with nginx
Nginx server is used by wordpress itself. We solved Image upload issue in wordpress with nginx. you can use following code.
Nginx rule with image fix for multiple wordpress instance
I solved the issue with Wordprss and Images. we given code for Nginx rule with image fix for multiple wordpress instance. you should use our code for fixing
How to host multiple rails site on Nginx
Nginx famous now. We given information for how to host multiple rails site on Nginx. we given the configuration code along with their detailed information.
How to use hosts file on Mac, Windows and Linux
The hosts file is a computer file used by an operating system to map hostnames to IP addresses. On many operating systems, the host file content is used preferentially over other methods, such as the Domain Name System (DNS). Unlike DNS, the hosts file is under the control of the local computer’s administrator Locate the …
Continue reading “How to use hosts file on Mac, Windows and Linux”
Compress the server response with Nginx
Compress the server response with Nginx, Webpage compression is not new technology, but it has recently gained recognition in the minds of IT administrators