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

try to delete slash at the end of PATH in nginx.conf

This commit is contained in:
Rodolphe Robles 2020-04-06 22:24:19 +02:00
parent dbc98ddb7d
commit 558b7e6f8a

View file

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