comment tourismland
All checks were successful
Deploy / CreateImage (push) Successful in 58s
Deploy / DeployService (push) Successful in 25s

This commit is contained in:
skeris 2025-03-13 18:50:45 +03:00
parent 5705bd3a5a
commit 4774e9ca6a
2 changed files with 9 additions and 8 deletions

@ -1,8 +1,9 @@
FROM gitea.pena/penadevops/container-images/nginx:main as build FROM gitea.pena/penadevops/container-images/nginx:main as build
COPY privkey.pem /etc/nginx/ COPY privkey.pem /etc/nginx/certs/live/pena.digital/
COPY fullchain.pem /etc/nginx/ COPY fullchain.pem /etc/nginx/certs/live/pena.digital/
COPY default.conf /etc/nginx/conf.d/ COPY default.conf /etc/nginx/conf.d/
COPY nginx.conf /etc/nginx/ COPY nginx.conf /etc/nginx/
COPY index.html /usr/share/nginx/html/404/ COPY index.html /usr/share/nginx/html/404/
COPY robots.txt /usr/share/nginx/html/robots.txt COPY robots.txt /usr/share/nginx/html/robots.txt

@ -1149,9 +1149,9 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_pass http://10.8.0.8:8006/; proxy_pass http://10.8.0.8:8006/;
} }
location / { # location / {
proxy_pass http://tourizmland; # proxy_pass http://tourizmland;
} # }
listen 443 ssl; # managed by Certbot listen 443 ssl; # managed by Certbot
ssl_certificate /etc/nginx/certs/live/pena.digital/fullchain.pem; # managed by Certbot ssl_certificate /etc/nginx/certs/live/pena.digital/fullchain.pem; # managed by Certbot
@ -1181,9 +1181,9 @@ server {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_pass http://10.8.0.8:8006/; proxy_pass http://10.8.0.8:8006/;
} }
location / { # location / {
proxy_pass http://commonquiz; # proxy_pass http://commonquiz;
} # }
listen 443 ssl; # managed by Certbot listen 443 ssl; # managed by Certbot
ssl_certificate /etc/nginx/certs/live/pena.digital/fullchain.pem; # managed by Certbot ssl_certificate /etc/nginx/certs/live/pena.digital/fullchain.pem; # managed by Certbot