add de & en path prefixes for websdite
This commit is contained in:
parent
ab429df4dd
commit
9f4d1464bd
|
@ -39,7 +39,7 @@ server {
|
||||||
location = / {
|
location = / {
|
||||||
proxy_pass http://127.0.0.1:8888/;
|
proxy_pass http://127.0.0.1:8888/;
|
||||||
}
|
}
|
||||||
location ~ ^/(apple-touch-icon.png|assets|css|js|posts|tours)(.*)$ {
|
location ~ ^/(apple-touch-icon.png|assets|css|de|en|js|posts|tours)(.*)$ {
|
||||||
proxy_pass http://127.0.0.1:8888/$1$2;
|
proxy_pass http://127.0.0.1:8888/$1$2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue