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:
parent
527fe71992
commit
17f6a3ac7e
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue