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

Update conf/nginx.conf

Co-Authored-By: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
yalh76 2019-07-18 20:41:17 +02:00 committed by GitHub
parent 1cfd8eed14
commit bbf8f9bba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;