mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2026-04-03 06:16:21 +00:00
Test
This commit is contained in:
@@ -16,7 +16,8 @@ server {
|
||||
add_header Content-Security-Policy "default-src 'self'; img-src 'self' data: https:; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://backend.beammp.com; object-src 'none'; base-uri 'self'; frame-ancestors 'none'" always;
|
||||
|
||||
location ^~ /installer/ {
|
||||
try_files $uri =404;
|
||||
#try_files $uri =404;
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user