delete alias from nginx conf

This commit is contained in:
Hadrien 2021-11-01 23:19:10 +03:00
parent dd72530e34
commit e57b6a07f1

View file

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