Changes between Version 37 and Version 38 of ServerArrangements
- Timestamp:
- Nov 28, 2007, 9:34:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerArrangements
v37 v38 71 71 error_log /path/to/logs/appname-error.log; 72 72 73 location /styles { 74 root /path/to/styles; 75 } 76 77 location /javascripts { 78 root /path/to/javascripts; 79 } 80 81 location ~* ^.+\.(jpg|jpeg|gif|png|ico|css|zip|tgz|gz|rar|bz2|doc|xls|exe|pdf|ppt|txt|tar|mid|midi|wav|bmp|rtf|js|mov) { 82 access_log off; 83 expires 30d; 84 } 85 73 86 location / { 74 87 # host and port to fastcgi server