Tutorial by Examples

Once you have setup and configured the php5-fpm and wordpress settings you can configure the /etc/nginx/conf/nginx.conf file as below. You need to define the location blocks inside the server block and rewrite the url there as defined. server { listen 443 ssl; server_name abc.co.uk; ...

Page 1 of 1