delete alias from nginx conf
This commit is contained in:
parent
dd72530e34
commit
e57b6a07f1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
# alias __FINALPATH__/ ;
|
||||
|
||||
# Force usage of https
|
||||
if ($scheme = http) {
|
||||
|
|
Loading…
Add table
Reference in a new issue