cocoonlovinacom/default.conf
ange ae95b80af9
Some checks failed
/ deploy (push) Failing after 5s
first commit
2025-05-23 04:19:21 +00:00

10 lines
173 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name $BASE_URL;
location / {
proxy_pass https://contact978194.wixsite.com/cocoon-lovina-ok;
}
}