1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00

Revert "Update to source"

This reverts commit d4a77a18a1.
This commit is contained in:
Kayou 2019-02-22 23:14:58 +01:00
parent cb6af95cf2
commit 3e9f9cfd40
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

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