mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
4 lines
No EOL
122 B
Nginx Configuration File
4 lines
No EOL
122 B
Nginx Configuration File
location __PATH__ {
|
|
proxy_pass http://localhost:__PORT__;
|
|
proxy_set_header X-Forwarded-For $remote_addr;
|
|
} |