Changes between Version 3 and Version 4 of TutorialHowToInstallDolphinOnNginx


Ignore:
Timestamp:
Apr 15, 2013, 4:54:14 AM (11 years ago)
Author:
AlexT
Comment:

rewrite rules should be added to location section

Legend:

Unmodified
Added
Removed
Modified
  • TutorialHowToInstallDolphinOnNginx

    v3 v4  
    107107}}} 
    108108 
     109Above rewrite rules re for '''location''' section, for example: 
     110 
     111{{{ 
     112location /path_to_dolphin { 
     113    index  index.html index.htm index.php; 
     114    # rewrite rules goes here 
     115} 
     116}}} 
     117 
     118 
    109119Now everything should work, but some optimisation is needed. 
    110120Add the following rules to tell Nginx to server static files directly, it will also tell user's browser to cache them for 1 month: 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub