Changes between Version 46 and Version 47 of ServerArrangements
- Timestamp:
- Mar 13, 2010, 7:28:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerArrangements
v46 v47 72 72 error_log /path/to/logs/appname-error.log; 73 73 74 location /media { 75 alias /path/to/media; 76 } 77 78 74 79 location /styles { 75 root/path/to/styles;80 alias /path/to/styles; 76 81 } 77 82 78 83 location /javascripts { 79 root/path/to/javascripts;84 alias /path/to/javascripts; 80 85 } 81 86