1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 05:40:11 +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 sudo sed -i "/^server {/a\ include fcgiwrap.conf;" $NGINX_CONFIG_PATH
echo " echo "
# For atomic directory switches # For atomic directory switches
disable_symlinks off; disable_symlinks off;
# directory listings # directory listings
autoindex on; autoindex on;
# allow others web applications to get the static information # allow others web applications to get the static information
add_header Access-Control-Allow-Origin "*"; add_header Access-Control-Allow-Origin "*";
" > locationConfig.txt " > locationConfig.txt
sudo sed -i "/^\s*location \/ {/r locationConfig.txt" $NGINX_CONFIG_PATH # Insert config inside location{} sudo sed -i "/^\s*location \/ {/r locationConfig.txt" $NGINX_CONFIG_PATH # Insert config inside location{}
./DNSConfigForItest.sh ./DNSConfigForItest.sh