added nginx proxy config
This commit is contained in:
9
🍪/Vikunja/nginx.conf
Normal file
9
🍪/Vikunja/nginx.conf
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name localhost;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://localhost:3456;
|
||||||
|
client_max_body_size 20M;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user