Changes between Initial Version and Version 1 of Ticket #97, comment 14
- Timestamp:
- 01/27/15 15:43:28 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #97, comment 14
initial v1 6 6 {{{#!nginx 7 7 location /api { ## URL string to use for api ## 8 alias /home/ vagrant/site_files/; ## Site root for Laravelcode ##8 alias /home/api/site_files/; ## Site root for api code ## 9 9 10 10 ## Check for file existing and if there, stop ##