mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[fix] Correct alias in nginx.conf for installation at root domain
This commit is contained in:
parent
d37d87fdeb
commit
285a1c3eec
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
location #LOCATION# {
|
||||
alias #DESTDIR#;
|
||||
alias #DESTDIR#/;
|
||||
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
|
|
Loading…
Add table
Reference in a new issue