Changeset 2624 for WAeUP_SysConf/nginx


Ignore:
Timestamp:
10 Nov 2007, 22:50:44 (17 years ago)
Author:
uli
Message:

Added static dir clause for fceokene.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SysConf/nginx/trunk/etc/nginx/sites/fceokene/fceokene.conf

    r2621 r2624  
    2323        access_log      /var/log/nginx/access-fceokene.log main;
    2424        include         /etc/nginx/general/ssl.conf;
     25        location ~ ^/static/.*$ {
     26                root /zope/instances/srp-static/fceokene;
     27        }
    2528        location / {
    2629                rewrite ^/(.*)$ /VirtualHostBase/https/fceokene.waeup.org:443/fceokene/VirtualHostRoot/$1;
     
    4952        access_log      /var/log/nginx/access-fcstaff.log main;
    5053        include         /etc/nginx/general/ssl.conf;
     54        location ~ ^/static/.*$ {
     55                root /zope/instances/srp-static/fceokene;
     56        }
    5157        location / {
    5258                rewrite ^/(.*)$ /VirtualHostBase/https/fceokene-staff.waeup.org:443/fceokene/VirtualHostRoot/$1;
Note: See TracChangeset for help on using the changeset viewer.