disable nextcloud, add gitea

This commit is contained in:
2023-09-10 06:04:55 +00:00
parent b1dd07eca1
commit b1d8267f68
8 changed files with 300 additions and 4 deletions

9
sites/gitea.conf Normal file
View File

@@ -0,0 +1,9 @@
server {
listen 443 ssl http2;
server_name git.tronnet.net;
include /etc/nginx/snippets/ssl-acme.conf;
location / {
proxy_pass http://gitea.dmz:3000;
proxy_redirect default;
}
}

View File

@@ -2,8 +2,8 @@ server {
listen 443 ssl http2;
server_name nextcloud.tronnet.net;
include /etc/nginx/snippets/ssl-acme.conf;
location / {
proxy_pass http://nextcloud2.dmz:11000;
proxy_redirect default;
}
#location / {
# proxy_pass http://nextcloud2.dmz:11000;
# proxy_redirect default;
#}
}