:: How to setup wordpress permalinks on nginx
+ edit virtualhost file
|
0 |
vi /etc/nginx/vhost/blackonsole.org.conf |
+ add wordpress permalink setup on location / {}
|
0 1 2 3 4 |
location / { .. try_files $uri $uri/ /index.php; .. } |
+ testing configure and reload nginx
|
0 1 |
nginx -t nginx -s reload |
:: Links
+ Google
+ Stackoverflow
