diff options
| author | a73x <[email protected]> | 2024-08-27 19:43:56 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-27 20:23:18 +0100 |
| commit | d38fc83df3824b840f0b3930e4cb7236bdab84b2 (patch) | |
| tree | 586a7f940291f933ef2a7e05b20dff21ded6d78a /proxy/nginx.conf | |
| parent | cffb105a9ff8ed5d7aa04e5f4097368f6be38b8e (diff) | |
feat(content): support templating in content
this is tired person code
don't write tired person code
Diffstat (limited to 'proxy/nginx.conf')
| -rw-r--r-- | proxy/nginx.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/proxy/nginx.conf b/proxy/nginx.conf deleted file mode 100644 index 4095372..0000000 --- a/proxy/nginx.conf +++ /dev/null @@ -1,14 +0,0 @@ -server { - listen 8080; - listen [::]:8080; - - server_name a73x.sh; - - - location / { - proxy_ssl_session_reuse off; - proxy_ssl_server_name on; - proxy_pass https://home.folk-amberjack.ts.net/; - proxy_set_header X-Forwarded-Host $http_host; - } -} |
