Mise à jour de 'actual.list'

original/refs/heads/master
Pierre Coimbra 2020-01-28 17:22:38 +01:00 committed by Pierre Coimbra
parent 6ed1aa5cfa
commit 3306c4c6ed
No known key found for this signature in database
GPG Key ID: F9C449C78F6FAEE6
1 changed files with 6 additions and 7 deletions

View File

@ -27,12 +27,11 @@ createuser gitea
createdb gitea -O gitea
server {
listen 80;
server_name git.sessionkrkn.fr;
location / {
proxy_pass http://localhost:3000;
}
proxy_set_header X-Real-IP $remote_addr;
listen 80;
server_name git.sessionkrkn.fr;
location / {
proxy_pass http://10.0.2.5:3000/;
proxy_set_header X-Real-IP $remote_addr;
}
}