borishinzer edited a comment on issue #1897:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1897#issuecomment-986959942


   @ioweb-gr , yes we do the same or similar. See our structure (also taken 
from a plesk site):
   ```
   lrwxrwxrwx  1 user psacln     25 Dec 15  2020 httpdocs -> 
sites/production/current/
   lrwxrwxrwx  1 user psacln     20 Jan 12  2021 stage -> sites/stage/current/
   ```
   
   Inside folder `sites`:
   ```
   drwxr-xr-x  5 user psacln  4096 Dec  6 11:09 production
   drwxr-xr-x  5 user psacln  4096 Dec  6 16:21 stage
   ```
   
   Inside folder `production`: 
   ```
   drwxr-xr-x 2 vdvonlin psacln 4096 Dec  6 11:09 .dep
   lrwxrwxrwx 1 vdvonlin psacln   11 Dec  6 11:09 current -> releases/48
   drwxr-xr-x 7 vdvonlin psacln 4096 Dec  6 11:09 releases
   drwxr-xr-x 4 vdvonlin psacln 4096 Nov 28 02:15 shared
   ```
   Current is always pointing to latest code release files (always at a 
different location).
   The folder `shared/public` contains the assets (like images, pdf, etc), 
making it possible to access them with  the LoadFromFile even after 
deployments. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pagespeed.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to