Changeset 2624 for WAeUP_SysConf/nginx
- Timestamp:
- 10 Nov 2007, 22:50:44 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SysConf/nginx/trunk/etc/nginx/sites/fceokene/fceokene.conf
r2621 r2624 23 23 access_log /var/log/nginx/access-fceokene.log main; 24 24 include /etc/nginx/general/ssl.conf; 25 location ~ ^/static/.*$ { 26 root /zope/instances/srp-static/fceokene; 27 } 25 28 location / { 26 29 rewrite ^/(.*)$ /VirtualHostBase/https/fceokene.waeup.org:443/fceokene/VirtualHostRoot/$1; … … 49 52 access_log /var/log/nginx/access-fcstaff.log main; 50 53 include /etc/nginx/general/ssl.conf; 54 location ~ ^/static/.*$ { 55 root /zope/instances/srp-static/fceokene; 56 } 51 57 location / { 52 58 rewrite ^/(.*)$ /VirtualHostBase/https/fceokene-staff.waeup.org:443/fceokene/VirtualHostRoot/$1;
Note: See TracChangeset for help on using the changeset viewer.