copanier/remote/nginx-snippet.conf
2019-03-24 15:45:58 +01:00

6 lines
70 B
Text

root /srv/copanier;
location / {
proxy_pass http://copanier/;
}