nginx.conf: add missing terminating semicolon
This commit is contained in:
parent
c7b525875d
commit
079762250b
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ server {
|
|||
expires max;
|
||||
}
|
||||
|
||||
add_header Content-Security-Policy "frame-ancestors https://www.gmba.unibe.ch"
|
||||
add_header Content-Security-Policy "frame-ancestors https://www.gmba.unibe.ch";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue