add de & en path prefixes for websdite

This commit is contained in:
Stefan Bethke 2023-12-10 00:29:49 +01:00
parent ab429df4dd
commit 9f4d1464bd

View file

@ -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;
} }