This website works better with JavaScript.
Home
Sign In
dusan
/
dusanmitrovic.xyz
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Address an issue in nginx configuration.
Signed-off-by: Dušan Mitrović <dusan@dusanmitrovic.xyz>
master
Dušan Mitrović
4 months ago
parent
a8a9f1dfdb
commit
24a044f897
Signed by:
dusan
GPG Key ID:
8E81D1BFCE8427E5
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
nginx.conf
+ 0
- 4
nginx.conf
View File
@@ -23,10 +23,6 @@ server {
}
location / {
try_files $uri @node;
}
location @node {
proxy_pass http://node;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
Write
Preview
Loading…
Cancel
Save