1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cheky_ynh.git synced 2024-09-03 18:16:00 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-07-09 21:17:53 +02:00
parent dbc7e774d3
commit 56d940e20f

View file

@ -2,7 +2,7 @@
location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
alias __FINALPATH__/;
# Force usage of https
if ($scheme = http) {