Fix extra %

This commit is contained in:
Greyscale 2022-06-19 01:23:47 +02:00
parent 3136b37d61
commit 9222b74efd
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.idea
/.php-cs-fixer.cache

View file

@ -38,7 +38,8 @@ server {
proxy_pass {{ targetPath }};
}
%}
}
{% if not allowNonSSL %}
server {
listen 80;