Website dazu
This commit is contained in:
parent
e630ffdf46
commit
53ba5b9561
2 changed files with 16 additions and 1 deletions
|
@ -36,7 +36,15 @@ server {
|
|||
# Also provide "_hidden" for by, since it's not relevant.
|
||||
proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden";
|
||||
|
||||
location = / {
|
||||
proxy_pass http://127.0.0.1:8888/;
|
||||
}
|
||||
location ~ ^/(apple-touch-icon.png|assets|css|js|posts|tours)(.*)$ {
|
||||
proxy_pass http://127.0.0.1:8888/$1$2;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8345/;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue