comparison nginx.default.conf @ 0:dfc36e7ed22c

init
author Vadim Filimonov <fffilimonov@yandex.ru>
date Thu, 12 May 2022 13:51:59 +0400
parents
children bbafc54bbd26
comparison
equal deleted inserted replaced
-1:000000000000 0:dfc36e7ed22c
1 client_max_body_size 0;
2 proxy_http_version 1.1;
3 proxy_set_header Host $http_host;
4 proxy_set_header X-Forwarded-Proto $scheme;
5 proxy_set_header X-Real-IP $remote_addr;
6 charset utf-8;
7
8 location / {
9 proxy_pass http://127.0.0.1:8080;
10 }