1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00

Solving App is broken #17 4

* Adding a `\` at the end of alias
This commit is contained in:
ewilly 2017-01-08 14:02:58 +01:00
parent 16ef7053e6
commit aa877e5268

View file

@ -1,6 +1,6 @@
location YNH_EXAMPLE_PATH {
# Path to source
alias YNH_EXAMPLE_ALIAS ;
alias YNH_EXAMPLE_ALIAS/;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}