astroport/www/oasis.conf

18 lines
297 B
Plaintext

server {
listen _PORT_;
listen [::]:_PORT_;
root /var/www/loveland/_APPLI_;
server_name _SERVERNAME_;
location / {
proxy_pass http://127.0.0.1:_LPORT_;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
}
}