This commit is contained in:
Primakov Alexandr Alexandrovich 2021-06-06 21:53:45 +03:00
parent 433968e7bb
commit 9d796c0b1c

View File

@ -24,6 +24,7 @@ server {
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
location = /50x.html { location = /50x.html {
add_header 'Access-Control-Allow-Origin' '*';
root html; root html;
} }
} }