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:
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
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue