Skip to content
Snippets Groups Projects
Verified Commit 87f3613c authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Fix.

parent c797ac41
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -14,8 +14,6 @@ server {
include /etc/nginx/snippets/includes.conf;
location / {
# resolver 127.0.0.1 valid=30s;
set $upstream___UPSTREAM__ __HOST__;
proxy_pass http://$upstream___UPSTREAM__;
......
......@@ -6,13 +6,6 @@ function setup {
source sites.sh
# for site in "${!SITES[@]}"
# do
# echo "Generating host ${site//./-}..."
# echo "127.0.0.1 ${site//./-}" >> /etc/hosts
# done
adduser -D www-data
cp -r dist/* /etc/nginx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment