Версия 0.6.2 Изменен блок location для uploads в nginx.conf
This commit is contained in:
parent
dc0843723f
commit
0e4e9b364d
@ -77,8 +77,9 @@ http {
|
||||
}
|
||||
|
||||
# Uploads
|
||||
location /uploads/ {
|
||||
location ^~ /uploads/ {
|
||||
alias /var/www/uploads/;
|
||||
autoindex on;
|
||||
expires 1y;
|
||||
add_header Cache-Control "public, immutable";
|
||||
access_log off;
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lawn-mowing-scheduler",
|
||||
"private": true,
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user