feat: Implement updating the done levels
This commit is contained in:
@@ -13,6 +13,10 @@ http {
|
||||
# server_name lateinicus;
|
||||
listen 80 default_server;
|
||||
|
||||
# Enable gzip compression
|
||||
gzip on;
|
||||
gzip_min_length 256K;
|
||||
|
||||
# Reverse Proxy
|
||||
location /api/ {
|
||||
# Seems weird, but it is (Prevent /api/api/)
|
||||
|
||||
Reference in New Issue
Block a user