mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
fixed nginx config example for manual install
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user