1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/automad_ynh.git synced 2024-09-03 18:06:04 +02:00
This commit is contained in:
ericgaspar 2022-05-15 13:15:59 +02:00
parent df608768c4
commit 7e612adfac
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ location / {
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
}

View file

@ -0,0 +1 @@
Create an user account in order to use the browser-based user interface called the Dashboard. Therefore navigate to `https://yoursite.com/dashboard` and follow the instructions.