Edgewall Software

Changes between Version 72 and Version 73 of TracFastCgi


Ignore:
Timestamp:
Jun 16, 2011, 6:17:21 PM (13 years ago)
Author:
anatoly techtonik <techtonik@…>
Comment:

Nginx add config location to serve static files

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v72 v73  
    388388        }
    389389
     390        # it makes sense to serve static resources through Nginx
     391        location /chrome/ {
     392             alias /home/trac/instance/static/htdocs/;
     393        }
     394
    390395        # You can copy this whole location to ``location [/some/prefix]/login``
    391396        # and remove the auth entries below if you want Trac to enforce