removed members hashtag list; changed upload folder path nginx

This commit is contained in:
root (fetsite6)
2020-10-23 20:50:42 +02:00
parent 0b7b99e41d
commit cb23846a09
4 changed files with 35 additions and 34 deletions

View File

@@ -3,7 +3,12 @@ server {
location /assets {
alias /app/assets;
try_files $uri $uri/ =404;
try_files $uri =404;
}
location /files {
alias /app/files;
try_files $uri =404;
}
location /fotos {