Changes between Initial Version and Version 1 of Ticket #97, comment 14


Ignore:
Timestamp:
01/27/15 15:43:28 (9 years ago)
Author:
Luke Howell

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #97, comment 14

    initial v1  
    66  {{{#!nginx
    77location /api { ## URL string to use for api ##
    8     alias /home/vagrant/site_files/; ## Site root for Laravel code ##
     8    alias /home/api/site_files/; ## Site root for api code ##
    99
    1010    ## Check for file existing and if there, stop ##