Postingan

Menampilkan postingan dari Februari 17, 2013

OJS and Nginx

Im decide to put web server nginx to OJS , make some rewrite there is problem with preety url with OJS as you can see here : http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=9135 and  it must be : disable_path_info = On but i dont want it ,  and then i try to search google and this the link usage for me : http://coolpandaca.wordpress.com/2012/12/07/migrate-ojs-to-nginx-from-apache/ Great article and there is 2 point when value path_info and scriptname : null ...     how to made rewrite in full configuration nginx.conf ? #---------------------------------------------------------------------- # Events Module # #   http://wiki.nginx.org/NginxHttpEventsModule # #---------------------------------------------------------------------- events {     worker_connections  1024; } #---------------------------------------------------------------------- # HTTP Core Module # #   http://wiki.nginx.org/NginxHttpCoreModule # #------------------------------------------------------