Nginx:Virtual Host untuk Ghost: Difference between revisions

No edit summary
No edit summary
Line 14: Line 14:
         proxy_set_header X-Real-IP $remote_addr;
         proxy_set_header X-Real-IP $remote_addr;
         proxy_set_header Host $http_host;
         proxy_set_header Host $http_host;
         proxy_pass http://127.0.0.1:2368;
         proxy_pass <nowiki>http://127.0.0.1:2368</nowiki>;
   
   
     }
     }