adding file upload & tags
This commit is contained in:
@@ -14,6 +14,11 @@ server {
|
||||
include fastcgi_params;
|
||||
}
|
||||
|
||||
location /uploads/ {
|
||||
alias /var/www/uploads/;
|
||||
add_header Content-Disposition 'inline';
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user