setup proxy rules for pena.digital
All checks were successful
Deploy / CreateImage (push) Successful in 44s
Deploy / DeployService (push) Successful in 22s

This commit is contained in:
skeris 2025-03-14 00:51:36 +03:00
parent 4774e9ca6a
commit 5091474d41

@ -1084,7 +1084,6 @@ server {
} }
server { server {
root /usr/share/nginx/html; root /usr/share/nginx/html;
access_log syslog:server=10.8.0.3:514,tag=nginx_access main;
index index.html index.htm index.nginx-debian.html; index index.html index.htm index.nginx-debian.html;
server_name pena.digital www.pena.digital; # managed by Certbot server_name pena.digital www.pena.digital; # managed by Certbot
@ -1109,7 +1108,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,response-type always; add_header Access-Control-Allow-Headers content-type,response-type always;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_pass http://10.8.0.8:8006/; proxy_pass http://10.8.0.226:8006/;
} }
location / { location / {
proxy_pass http://services; proxy_pass http://services;