diff --git a/conf/nginx.conf b/conf/nginx.conf index 0ade741..27fcfcc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,15 +9,15 @@ location /protected/ { alias /opt/YNH_APP_INSTANCE_NAME/YNH_APP_INSTANCE_NAME/smedia/; } -location PATHTOCHANGE/media { +location PATHTOCHANGEmedia { alias /opt/YNH_APP_INSTANCE_NAME/media; } -location PATHTOCHANGE/static { +location PATHTOCHANGEstatic { alias /opt/YNH_APP_INSTANCE_NAME/static; } -location PATHTOCHANGE/assets { +location PATHTOCHANGEassets { alias /opt/YNH_APP_INSTANCE_NAME/static; }