1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00

Fix inconsistent format

This commit is contained in:
koplas 2025-03-14 10:26:19 +01:00
parent 527fe71992
commit 17f6a3ac7e
No known key found for this signature in database

View file

@ -56,14 +56,14 @@ location /cgi-bin/ {
sudo sed -i "/^server {/a\ include fcgiwrap.conf;" $NGINX_CONFIG_PATH
echo "
# For atomic directory switches
disable_symlinks off;
# For atomic directory switches
disable_symlinks off;
# directory listings
autoindex on;
# directory listings
autoindex on;
# allow others web applications to get the static information
add_header Access-Control-Allow-Origin "*";
# allow others web applications to get the static information
add_header Access-Control-Allow-Origin "*";
" > locationConfig.txt
sudo sed -i "/^\s*location \/ {/r locationConfig.txt" $NGINX_CONFIG_PATH # Insert config inside location{}
./DNSConfigForItest.sh