1
0
Fork 0
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:
Olivier BILHAUT 2018-01-29 16:00:04 +01:00 committed by Jeff
parent 80ac19332e
commit 2d5850ca09

View file

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