소스 검색

Transférer les fichiers vers 'nginx'

master
pblonde 5 달 전
부모
커밋
a5acc5b429
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. +17
    -0
      nginx/bookstack.auxilife.eu

+ 17
- 0
nginx/bookstack.auxilife.eu 파일 보기

@@ -0,0 +1,17 @@
server {
server_name bookstack.auxilife.eu;

location / {
proxy_pass http://127.0.0.1:6865;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
}

}

server {
if ($host = bookstack.auxilife.eu) {

listen 80;

}

불러오는 중...
취소
저장