Add OpenRC config and update nginx conf
This commit is contained in:
@ -3,7 +3,7 @@ server {
|
||||
|
||||
server_name quiz.fasttube.de;
|
||||
|
||||
root /root/fs-quiz-tool/web;
|
||||
root /opt/fs-quiz-tool/web;
|
||||
|
||||
index index.html;
|
||||
|
||||
@ -15,8 +15,6 @@ server {
|
||||
|
||||
location /db {
|
||||
proxy_pass http://127.0.0.1:12345;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
|
||||
ssl_certificate /usr/local/etc/letsencrypt/live/quiz.fasttube.de/fullchain.pem;
|
||||
|
||||
Reference in New Issue
Block a user