mirror of
https://github.com/YunoHost-Apps/akkoma_ynh.git
synced 2024-09-03 20:36:17 +02:00
Fix typo
This commit is contained in:
parent
ed9ea1ad59
commit
53a7d9ac52
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ location ~ ^/(media|proxy) {
|
|||
more_set_headers "Content-Security-Policy : script-src 'none'; default-src 'none'; upgrade-insecure-requests; base-uri 'none'; form-action 'none'; 'sandbox';";
|
||||
|
||||
proxy_pass http://localhost:__PORT__;
|
||||
=======
|
||||
}
|
||||
|
||||
location ~ ^/(proxy|media) {
|
||||
more_set_headers "Content-Security-Policy : default-src 'none'; upgrade-insecure-requests; sandbox;";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue