forked from bitlair/ansible
etherpad: Fix HTTP permission error
This commit is contained in:
parent
33567e6190
commit
fedc15a1d7
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@ server {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";
|
add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";
|
||||||
add_header X-Frame-Options DENY;
|
|
||||||
add_header X-Content-Type-Options nosniff;
|
add_header X-Content-Type-Options nosniff;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
"allowUnknownFileEnds": true,
|
"allowUnknownFileEnds": true,
|
||||||
"requireAuthentication": false,
|
"requireAuthentication": false,
|
||||||
"requireAuthorization": false,
|
"requireAuthorization": false,
|
||||||
"trustProxy": false,
|
"trustProxy": true,
|
||||||
"cookie": {
|
"cookie": {
|
||||||
"sameSite": "Lax"
|
"sameSite": "Lax"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue