fix: redirect /app to /app/

This commit is contained in:
Alexander Polynomdivision 2018-10-02 15:14:45 +02:00
parent cb452a3c54
commit 7342ddb0d8

View File

@ -43,6 +43,11 @@ http {
proxy_pass http://128.1.0.3:8080;
}
# There probably is a better solution using wildcards
location /app {
return 301 https://$host/app/;
}
# The web app
location /app/ {
# CSS might not get the correct Content-Type header