1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Fix test DNS setup

This commit is contained in:
Bernhard Reiter 2022-05-17 20:44:08 +02:00
parent 95911d193a
commit bdc161504d
No known key found for this signature in database
GPG key ID: 2B7BA3BF9BC3A554

View file

@ -17,7 +17,7 @@ sudo chgrp -R www-data /var/www
sudo chmod -R g+w /var/www sudo chmod -R g+w /var/www
export NGINX_CONFIG_PATH=/etc/nginx/sites-available/default export NGINX_CONFIG_PATH=/etc/nginx/sites-available/default
export DNS_NAME=csaf.data.security.domain.localhost export DNS_NAME=csaf.data.security.localhost
sudo cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf sudo cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf