Skip to content
Snippets Groups Projects

Initial changes for FS restructure

Merged iaibrys requested to merge feature/fsrestructure into develop
4 files
+ 27
32
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
6
@@ -213,7 +213,7 @@ server {
}
location /uploads {
alias /data/uploads/<%= course_name %>;
alias /data/content/<%= course_name %>/uploads/;
sendfile off;
expires 0;
add_header Cache-Control private;
@@ -226,7 +226,7 @@ server {
break;
}
location /filemanager {
alias /data;
alias /data/content/;
sendfile off;
expires 0;
add_header Cache-Control private;
@@ -298,8 +298,6 @@ server {
}
## end -enote version
<% end %>
@@ -349,7 +347,7 @@ server {
}
location /uploads {
alias /data/uploads;
alias /data/content/<%= course_name %>/uploads/;
sendfile off;
expires 0;
add_header Cache-Control private;
@@ -362,7 +360,7 @@ server {
break;
}
location /filemanager {
alias /data;
alias /data/content/;
sendfile off;
expires 0;
add_header Cache-Control private;
Loading