Fix extra %
This commit is contained in:
parent
3136b37d61
commit
9222b74efd
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
.idea
|
||||
/.php-cs-fixer.cache
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@ server {
|
|||
|
||||
proxy_pass {{ targetPath }};
|
||||
}
|
||||
%}
|
||||
}
|
||||
|
||||
{% if not allowNonSSL %}
|
||||
server {
|
||||
listen 80;
|
||||
|
|
|
|||
Loading…
Reference in a new issue