This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pblonde
/
gitea-docker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Transférer les fichiers vers 'nginx'
master
pblonde
7 months ago
parent
59a790bbc9
commit
85cee2018d
1 changed files
with
17 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+17
-0
nginx/git.auxilife.eu
+ 17
- 0
nginx/git.auxilife.eu
View File
@@ -0,0 +1,17 @@
server {
server_name git.auxilife.eu;
location / {
proxy_pass http://127.0.0.1:3000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
}
}
server {
if ($host = git.auxilife.eu) {
listen 80;
}
Write
Preview
Loading…
Cancel
Save