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

remove a blank line

This commit is contained in:
Robles Rodolphe 2020-09-28 00:41:11 +02:00
parent d6f4e2f293
commit 281aed7f6a

View file

@ -19,7 +19,6 @@ if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
# Example PHP configuration (remove if not used)
index index.php index.html;
try_files $uri $uri/ /_route.php;