shockrah
30ee715264
+ Reverse proxy entry for nginx routing This is the first step for establishing a goal for the server's logging stack
7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
server {
|
|
server_name files.lablad;
|
|
location / {
|
|
proxy_pass http://127.0.0.1:8080;
|
|
}
|
|
}
|