nginx sample syntax
This commit is contained in:
parent
453d984569
commit
289b816e1c
@ -2,7 +2,7 @@ server {
|
|||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
|
|
||||||
#server_name example.com
|
#server_name example.com;
|
||||||
|
|
||||||
location /taler-exchange/ {
|
location /taler-exchange/ {
|
||||||
proxy_pass http://unix:/run/taler/exchange-httpd/exchange-http.sock:/;
|
proxy_pass http://unix:/run/taler/exchange-httpd/exchange-http.sock:/;
|
||||||
|
Loading…
Reference in New Issue
Block a user