Поправки docs в соответствии с новыми изменениями
This commit is contained in:
@@ -32,18 +32,22 @@ server {
|
||||
proxy_read_timeout 600s;
|
||||
}
|
||||
|
||||
location /tmp {
|
||||
root /home/beta.liberama/.liberama/public-files;
|
||||
|
||||
types { } default_type "application/xml; charset=utf-8";
|
||||
add_header Content-Encoding gzip;
|
||||
try_files $uri @liberama;
|
||||
}
|
||||
|
||||
location /upload {
|
||||
root /home/beta.liberama/.liberama/public-files;
|
||||
|
||||
try_files $uri @liberama;
|
||||
}
|
||||
|
||||
location / {
|
||||
root /home/beta.liberama/public;
|
||||
|
||||
location /tmp {
|
||||
types { } default_type "application/xml; charset=utf-8";
|
||||
add_header Content-Encoding gzip;
|
||||
try_files $uri @liberama;
|
||||
}
|
||||
|
||||
location /upload {
|
||||
try_files $uri @liberama;
|
||||
}
|
||||
root /home/beta.liberama/.liberama/public;
|
||||
|
||||
location ~* \.(?:manifest|appcache|html)$ {
|
||||
expires -1;
|
||||
|
||||
Reference in New Issue
Block a user