Skip to content

Commit

Permalink
add new-wikilegis in nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
erivanio authored Mar 28, 2019
1 parent b1b07e2 commit 64ada7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions edemocracia.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_redirect off;

location /new-wikilegis/static/ {
alias /var/labhacker/new-wikilegis/src/public/static/;
}

location /new-wikilegis/media/ {
alias /var/labhacker/new-wikilegis/src/public/media/;
}

location /wikilegis/static/ {
alias /var/labhacker/wikilegis/wikilegis/public/;
Expand Down

0 comments on commit 64ada7b

Please sign in to comment.