mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Corrected a bug in nginx.conf
This commit is contained in:
parent
80ac19332e
commit
2d5850ca09
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
location __PATH__ {
|
||||
# Path to source
|
||||
alias __FINALPATH__/
|
||||
alias __FINALPATH__/;
|
||||
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
|
|
Loading…
Reference in a new issue