fixed nginx config example for manual install

This commit is contained in:
vabene1111 2022-01-18 14:02:11 +01:00
parent a0fd1f4104
commit 8ced587562

View File

@ -134,11 +134,11 @@ server {
#error_log /var/log/nginx/error.log;
# serve media files
location /staticfiles {
location /static {
alias /var/www/recipes/staticfiles;
}
location /mediafiles {
location /media {
alias /var/www/recipes/mediafiles;
}