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

try change nginx.conf

This commit is contained in:
Robles Rodolphe 2020-04-08 16:03:12 +02:00
parent e8c9ab9970
commit bd56a81f01

View file

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