nginx sample syntax

This commit is contained in:
MS 2021-08-04 23:44:03 -11:00
parent 453d984569
commit 289b816e1c
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -2,7 +2,7 @@ server {
listen 80;
listen [::]:80;
#server_name example.com
#server_name example.com;
location /taler-exchange/ {
proxy_pass http://unix:/run/taler/exchange-httpd/exchange-http.sock:/;